v0.6.7
Fix
- Python version requirement: Changed
requires-pythonfrom>=3.14to>=3.10— the package was uninstallable on Python 3.10–3.13 - Fixed
exceptsyntax inSelfQueryRetrieverthat was only valid on Python 3.14+ (PEP 758) - Updated ruff target version to
py310 - Added Python 3.10–3.13 classifiers
Full Changelog: v0.6.6...v0.6.7