You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: drop Python 3.11 support
Remove Python 3.11 from CI matrix, tox envlist, publish workflow,
setup.py classifiers, and python_requires.
Part of openedx/public-engineering#499
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: regenerate requirements for Python 3.12
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: bump version to 1.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: update typesense import for typesense-python 2.0
typesense-python 2.0 removed the typesense.client module. Client is now
exported directly from the top-level typesense package.
Migration guide: https://github.com/typesense/typesense-python#compatibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: bump version to 0.4.0 and document breaking changes
This is a 0.x project so minor version bumps cover breaking changes
(per SemVer). Document both breaking changes in this release:
- Drop Python 3.11 support
- typesense-python 2.0 requires Typesense Server >= v30.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* style: apply black formatting changes from black 26.x upgrade
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments