Skip to content
This repository was archived by the owner on Sep 21, 2026. It is now read-only.

v0.4.3 Fix a module import error affecting agentic workflows.

Choose a tag to compare

@LattifaiHQ LattifaiHQ released this 02 Nov 15:31
· 675 commits to main since this release

πŸŽ‰ Overview

LattifAI Python v0.4.3 is a critical patch release that fixes a module import error affecting agentic workflows. This release also introduces convenient short option flags for API keys, improved environment variable handling, and expanded Python version support.


πŸ› Critical Bug Fixes

Fixed Module Import Error for Workflows

Issue: Workflow commands failed with error: No module named 'lattifai.workflows.prompts'

Fix: Updated package configuration in pyproject.toml to correctly include the lattifai.workflows.prompts package and its data files.

This fix ensures that:

  • βœ… lai agent --youtube commands work correctly
  • βœ… Workflow prompt templates are properly included in the package
  • βœ… All agentic workflow features function as expected

Impact: Without this fix, users could not use any agentic workflow features introduced in v0.4.0.