We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71e229 commit aa5ef9fCopy full SHA for aa5ef9f
fastapi_users/__init__.py
@@ -1,6 +1,6 @@
1
"""Ready-to-use and customizable users management for FastAPI."""
2
3
-__version__ = "10.4.2"
+__version__ = "11.0.0"
4
5
from fastapi_users import models, schemas # noqa: F401
6
from fastapi_users.exceptions import InvalidID, InvalidPasswordException
0 commit comments