Releases: piccolo-orm/piccolo_api
Release list
1.10.0
1.9.0
Bumped cryptography dependency (used for MFA).
1.8.0
Bumped pynacl dependency (used for MFA).
Officially support Python 3.14 (thanks to @sinisaos for this).
1.7.0
Modernised the type hints across the codebase (e.g. replacing typing.List with list). Thanks to @sinisaos for this.
Added a missing import to the jwt code example. Thanks to @andrewshaodev for this.
1.6.0
Improved HTTP error codes in JWT middleware - thanks to @sinisaos for this.
Added official Python 3.13 support, and dropped Python 3.8 - thanks to @sinisaos for this.
Updated dependencies - thanks to @sinisaos for this.
Fixed type annotations for TokenAuth.
Improved docs for MFA - passing in encryption keys using environment variables.
1.5.2
Fix an import from pynacl - it's an optional dependency.
1.5.1
Fixed optional requirements for MFA - thanks to @sinisaos for reporting this issue.
1.5.0
1.4.1
Fix for a breaking change in Pydantic 2.8.0.
Upgraded setuptools.
1.4.0
Added excluded_paths argument to SessionsAuthBackend.
