Skip to content

Commit a3cf1bc

Browse files
committed
Bump version 12.0.0 → 12.1.0
Pydantic V2 support ------------------- This version brings Pydantic V2 support. Like FastAPI, it keeps backward-compatibility with Pydantic V1, so you can upgrade safely and at your own pace. Apart your own Pydantic schemas, no changes are needed to your FastAPI Users setup. Thanks @AdamIsrael for the initial work and research 🎉
1 parent d9924c9 commit a3cf1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready-to-use and customizable users management for FastAPI."""
22

3-
__version__ = "12.0.0"
3+
__version__ = "12.1.0"
44

55
from fastapi_users import models, schemas # noqa: F401
66
from fastapi_users.exceptions import InvalidID, InvalidPasswordException

0 commit comments

Comments
 (0)