mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 20:11:20 +08:00
Bump version 14.0.0 → 14.0.1
Improvements ------------ * Bump dependencies * `pyjwt[crypto] ==2.10.1` * `python-multipart ==0.0.20`
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
"""Ready-to-use and customizable users management for FastAPI."""
|
"""Ready-to-use and customizable users management for FastAPI."""
|
||||||
|
|
||||||
__version__ = "14.0.0"
|
__version__ = "14.0.1"
|
||||||
|
|
||||||
from fastapi_users import models, schemas # noqa: F401
|
from fastapi_users import models, schemas # noqa: F401
|
||||||
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
|
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
|
||||||
|
Reference in New Issue
Block a user