Fastapi-users

Latest version: v14.0.0

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

Scan your dependencies

Page 11 of 17

5.0.0

Not secure
Breaking changes

* New property `is_verified` in `User` model.
* If you use **SQLAlchemy** or **Tortoise** databases adapters, you'll have to make a migration to update your database schema.
* See: https://frankie567.github.io/fastapi-users/migration/4x_to_5x/

New features

* The long awaited e-mail verification routes. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/routers/verify/)] Thanks eddsalkield and mark-todd 🎉
* `after_reset_password` handler to run logic after a successful password reset. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/routers/reset/#after-reset-password)]

Bug fixes

* Fix 438: issue with OAuth accounts and PostgreSQL. Thanks slado122 🎉

4.0.0

Not secure
Breaking changes

* Fix 431: `expires_at` property in `OAuthAccount` is now optional.
* If you use **SQLAlchemy** or **Tortoise** databases adapters, you'll have to make a migration to update your database schema.
* See: https://frankie567.github.io/fastapi-users/migration/3x_to_4x/
* Thanks MatthewScholefield for the report 🎉

3.1.2

Not secure
Improvements

* Bump dependencies:
* `fastapi >=0.54.0,<0.64.0`

3.1.1

Not secure
Bug fixes

* Fix 401: missing `typing_extensions` import. Thanks roywes 🎉
* Import `Protocol` from `typing` and fallback to `typing_extensions` if not available. Thanks roywes 🎉

Improvements

* Bump dependencies:
* `fastapi >=0.54.0,<0.63.0`

Misc

* Added a test step in GitHub build workflow to ensure packaged library is working correctly.

3.1.0

Not secure
Improvements

* Expose helper function to create a user programmatically. [[Documentation](https://frankie567.github.io/fastapi-users/usage/helpers/#create-user)]
* Improve documentation for Tortoise ORM.

3.0.7

Not secure
Improvements

* Bump dependencies:
* `databases >=0.3.0,<0.5`

Page 11 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.