Fastapi-users

Latest version: v13.0.0

Safety actively analyzes 621724 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

13.0.0

Breaking change
---------------

The underlying password hashing library has been changed from `passlib` to `pwdlib`. This change is breaking only if you were using a custom `CryptContext`. Otherwise, you can upgrade without any changes.

Improvements
------------

* Python 3.12 support
* Password are now hashed using the Argon2 algorithm by default. Passwords created with the previous default algorithm (bcrypt) will still be verified correctly and upgraded to Argon2 when the user logs in.
* Bump dependencies
* `python-multipart ==0.0.9`

12.1.3

Improvements
------------

* Bump dependenciess
* `python-multipart ==0.0.7`

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`

12.1.1

Bug fixes and improvements
--------------------------

* Add missing `request` parameter to `UserManager.delete`. Thanks hgalytoby 🎉
* Remove dummy `__init__` method from models protocols to fix Pylance typing error. Thanks Nerixjk 🎉
* Bump dependencies:
* `pyjwt[crypto] ==2.8.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 🎉

12.0.0

Breaking changes
----------------

* Drop Python 3.7 support

Page 1 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.