Bump version 15.0.3 → 15.0.4

* Bump dependencies:
    * `pyjwt[crypto] >=2.11.0,<3.0.0`
    * `python-multipart >=0.0.22,<0.1.0"`
This commit is contained in:
François Voron
2026-02-05 10:33:33 +01:00
parent 602493fdfa
commit 5a8e3269e3

View File

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