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

LattifAI Python v1.0.2 is a patch release that fixes packaging issues and improves the web application component.

Choose a tag to compare

@LattifaiHQ LattifaiHQ released this 09 Dec 01:17
· 543 commits to main since this release

πŸŽ‰ Overview

LattifAI Python v1.0.2 is a patch release that fixes packaging issues and improves the web application component.


πŸ› Bug Fixes

Package Configuration Fix

Fixed critical packaging issue in pyproject.toml:

  • Package Data Entry: Corrected the package-data configuration for lattifai to properly include web application files
  • App Files: Ensures the app/**/* files are correctly bundled with the package distribution
  • Installation: Resolves issues where web application assets were missing after installation

Impact:

  • βœ… lai-app-install command now works correctly with all required files
  • βœ… Web application assets are properly included in the package
  • βœ… Complete distribution with all necessary components

Web Application Updates

  • Output Format: Set fixed output format in AlignmentForm component for consistent behavior
  • Documentation: Updated installation instructions to reference v1.0.2