Bump version 13.0.0 → 14.0.0

Breaking changes
----------------

* Drop Python 3.8 support

Improvements
------------

* Bump dependencies:
    * `python-multipart ==0.0.17`
    * `pwdlib[argon2,bcrypt] ==0.2.1`
    * `pyjwt[crypto] ==2.9.0`
This commit is contained in:
François Voron
2024-11-03 13:16:05 +00:00
committed by GitHub
parent 9f4a1ea15b
commit 38fe6cd530

View File

@@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "13.0.0"
__version__ = "14.0.0"
from fastapi_users import models, schemas # noqa: F401
from fastapi_users.exceptions import InvalidID, InvalidPasswordException