Fastapi-users

Latest version: v14.0.1

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

Scan your dependencies

Page 17 of 17

0.3.2

Not secure
Fixes

* Fix 36: fix token url in auto doc

Improvements

* Bump dependencies:
* `databases==0.2.5`
* `sqlalchemy==1.3.11`
* `fastapi==0.43.0`
* Documentation improvements (40). Thanks prostomarkeloff!
* Test pipeline is now run both on Python 3.7 and 3.8

0.3.1

Not secure
Fixes

* Fix 35: import error when trying to import `fastapi_users.db` when optional `mongodb`/`sqlalchemy` depencies are not installed. Thanks erkandem!

Improvements

* Add error codes on error responses. [[Documentation](https://frankie567.github.io/fastapi-users/usage/routes/)]

0.3.0

Not secure
New features

* MongoDB database adapter. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/databases/mongodb/)]
* Superuser routes to list, get, update and delete users. [[Documentation](https://frankie567.github.io/fastapi-users/usage/routes/#superuser)]

Breaking changes

* SQLAlchemy users should install the library with the associated optional dependencies: `pip install fastapi-users[sqlalchemy]`. [[Documentation](https://frankie567.github.io/fastapi-users/installation/#with-sqlalchemy-support)]

0.2.0

Not secure
New features

* Define several handlers per event thanks to decorators. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/router/#event-handlers)]
* Add an after register event. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/router/#after-register)]

Breaking changes

* `on_after_forgot_password` event handler is now declared using a decorator. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/router/#after-forgot-password)]

0.1.0

Not secure
First working version 🎉

* [X] Extensible base user model
* [X] Ready-to-use register, login, forgot and reset password routes.
* [X] Customizable database backend
* [X] SQLAlchemy backend included
* [X] Customizable authentication backend
* [X] JWT authentication backend included

➡️ [Read the documentation](https://frankie567.github.io/fastapi-users/)

Page 17 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.