Skip to content

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 16:55
· 13 commits to main since this release
v0.1.6
1b2f8a3

Release Notes (from CHANGELOG.md)

Changed

  • BREAKING CHANGE: Updated Python version requirement from >=3.12 to ==3.10 for improved backwards compatibility
  • Enhanced backwards compatibility by supporting Python 3.10 environments commonly used in enterprise and CI/CD systems

Fixed

  • Fixed Python version compatibility issue that was unnecessarily blocking installation on Python 3.10 and 3.11 systems
  • Resolved adoption barriers for users on older but still supported Python versions

Technical Notes

  • All codebase features are fully compatible with Python 3.10 (ast.unparse, built-in generics, type hints)
  • No Python 3.11+ or 3.12+ specific features are used in the implementation
  • All dependencies support Python 3.10+

Detailed Changes (auto-generated)

🐛 Fixes

  • Fix issue 13: Downgrade to python 3.10