mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 19:30:47 +08:00
Bump version 12.1.2 → 12.1.3
Improvements ------------ * Bump dependenciess * `python-multipart ==0.0.7`
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"""Ready-to-use and customizable users management for FastAPI."""
|
||||
|
||||
__version__ = "12.1.2"
|
||||
__version__ = "12.1.3"
|
||||
|
||||
from fastapi_users import models, schemas # noqa: F401
|
||||
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
|
||||
|
Reference in New Issue
Block a user