Skip to content

v0.5.0 - Test Improvements and Python 3.13 Support

Choose a tag to compare

@lmeyerov lmeyerov released this 03 Aug 19:32
· 34 commits to main since this release
2db4eae

πŸŽ‰ Release v0.5.0

Highlights

  • βœ… CI is GREEN - All tests passing (275 passed, 0 failures)
  • πŸ“ˆ Test coverage improved from ~30% to 86%
  • 🐍 Python 3.13 support added
  • πŸ”§ Test stability improvements across all environments

What's Changed

  • Fixed httpx.Client mocking patterns for better test isolation
  • Fixed integration tests to prevent network connections
  • Added comprehensive CI scripts for development workflow
  • Improved test stability and reliability

Full Changelog

See CHANGELOG.md for complete details.

Installation

pip install louieai==0.5.0

This release was prepared with the help of Claude Code.