mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
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`