Skip to content

Commit ff9fae6

Browse files
committed
Bump version 12.1.1 → 12.1.2
Bug fixes --------- * Fix a bug when trying to update user with a `None` password. Thanks @fotinakis 🎉 * Fix static type checking error with `AccessTokenProtocol`. Thanks @Nerixjk 🎉 Improvements ------------ * Bump dependencies * `redis >=4.3.3,<6.0.0`
1 parent 1c10319 commit ff9fae6

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.1.1"
3+
__version__ = "12.1.2"
44

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

0 commit comments

Comments
 (0)