Fastapi-users

Latest version: v14.0.1

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

Scan your dependencies

Page 14 of 17

1.0.0

Not secure
This is a major release with lot of changes under the hood. Please review the [Migration documentation](https://frankie567.github.io/fastapi-users/migration/08_to_10/) carefully.

Breaking changes

* User id. and OAuth accounts id. are now real UUID instead of strings. This way, we can leverage the efficient storage and indexing of DBMS that support it (PostgreSQL and MongoDB).
* Routers are now splitted. You have to include all the ones you need, with control on the prefix and tags.

Bug fixes

* Fix 68 (at last!). Security schemes are now correctly discovered by the OpenAPI schema (even multiple ones!).

0.8.1

Not secure
Improvements

* Bump dependencies:
* `email-validator ==1.1.0`

0.8.0

Not secure
Breaking changes

* Remove the list users endpoint. It seemed to me that it was too opinionated ; and I prefer end-developer to implement it its own way with pagination, etc.

Improvements

* Complete documentation with a complete flow example. [[Documentation](https://frankie567.github.io/fastapi-users/usage/flow/)]
* Bump `databases >=0.3.0,<0.4`

0.7.3

Not secure
Improvements

* Bump dependencies
* `fastapi >=0.54.0,<0.55.0`
* `httpx-oauth >=0.2.2,<0.3`

0.7.2

Not secure
Improvements

* Bump dependencies
* `fastapi>=0.53.0,<0.54.0`

0.7.1

Not secure
Improvements

* Bump dependencies:
* `fastapi>=0.52.0,<0.53.0`
* `tortoise-orm>=0.15.18,<0.16.0`

Page 14 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.