Skip to content

v0.2.0: Python 3.10+ Support

Choose a tag to compare

@lmeyerov lmeyerov released this 29 Jul 09:35
· 43 commits to main since this release

What's Changed

  • Add support for Python 3.10, 3.11, and 3.13
  • Previously only Python 3.12+ was supported
  • Now works in Google Colab (Python 3.11)

Features

  • Replace Python 3.12-specific generic function syntax with TypeVar approach
  • Fix datetime.UTC usage for Python 3.10 compatibility
  • Add Python 3.10, 3.11, 3.13 to CI test matrix
  • All tests passing on Python 3.10 through 3.13

Installation

pip install louieai==0.2.0

Full Changelog: v0.1.1...v0.2.0