Fastapi-sqla

Latest version: v3.4.8

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

Scan your dependencies

Page 4 of 12

3.0.0

Not secure
Breaking

* feat: support multiple sessions - DIA-61984 (105)

Introduce support for multiple sessions running in parallel.

BREAKING CHANGE: Drop support for python versions lower than 3.9

BREAKING CHANGE: Remove support for configuring a separate async session with async_sqlalchemy_url.

The supported way is now to use an async dialect in the default connection string, or use another session with the proper format.

BREAKING CHANGE: The Session, AsyncSession, Paginate and AsyncPaginate dependencies are now using the Annotated form recommended by FastAPI since version 0.95.0.

Change the usage of the dependencies like:

Before:

session: Session = Depends()

After:

session: Session ([`ffe58ee`](https://github.com/dialoguemd/fastapi-sqla/commit/ffe58eead6b63dc6b8fde5c6edf52f7c792b0618))

Unknown

* 3.0.0

Version generated by python-semantic-release [ci skip] ([`5f256b5`](https://github.com/dialoguemd/fastapi-sqla/commit/5f256b5f94421316ddb5cdb0b6ef11ee455f79fa))

2.10.1

Not secure
Fix

* fix: async middleware is equivalent to sync middleware - DIA-61984 (107) ([`c2d73f6`](https://github.com/dialoguemd/fastapi-sqla/commit/c2d73f63039ef14593fa617f4d8fbe185d48c937))

Unknown

* 2.10.1

Version generated by python-semantic-release [ci skip] ([`3897fd3`](https://github.com/dialoguemd/fastapi-sqla/commit/3897fd3578ce55670196bdd9c58ff3aaa2230816))

2.10.0

Not secure
Feature

* feat: split the main modules into multiple modules - DIA-61984 (106) ([`e9510ac`](https://github.com/dialoguemd/fastapi-sqla/commit/e9510ac05823999f3d24e8d8a8e845366c8149b1))

Unknown

* 2.10.0

Version generated by python-semantic-release [ci skip] ([`0deb5b9`](https://github.com/dialoguemd/fastapi-sqla/commit/0deb5b91a041e992f7e49f29f61cd3da7140bf01))

2.9.9

Co-authored-by: Renovate Bot <renovatewhitesourcesoftware.com> ([`446f6ca`](https://github.com/dialoguemd/fastapi-sqla/commit/446f6ca9d5eaee03b8ae04f4c1f8c01a5c70c218))

* chore(deps): update postgres docker tag to v16 (124)

Co-authored-by: Renovate Bot <renovatewhitesourcesoftware.com> ([`1035bf2`](https://github.com/dialoguemd/fastapi-sqla/commit/1035bf21c60b94d6de04ad42a83e8f6e6fe8f798))

* chore(deps): update postgres docker tag to v15.6 (123)

Co-authored-by: Renovate Bot <renovatewhitesourcesoftware.com> ([`d365214`](https://github.com/dialoguemd/fastapi-sqla/commit/d36521403a532ebf7ac61aea3851e68c64070aa2))

* chore(deps): update circleci orbs (122)

Co-authored-by: Renovate Bot <renovatewhitesourcesoftware.com> ([`c247d62`](https://github.com/dialoguemd/fastapi-sqla/commit/c247d62f6e447fc64903d6074e712984a85d53f6))

* chore(deps): update dependency fastapi to v0.109.1 [security] (119)

Co-authored-by: Renovate Bot <renovatewhitesourcesoftware.com> ([`adc1ae9`](https://github.com/dialoguemd/fastapi-sqla/commit/adc1ae9f2bfcf78f00377a0c89be7690ca2d54e6))

Feature

* feat: add python 3.12 support - DIA-68121 (130) ([`f2531ad`](https://github.com/dialoguemd/fastapi-sqla/commit/f2531adb10e01704508715294b44661c99965757))

Unknown

* 3.2.0

Version generated by python-semantic-release [ci skip] ([`600d6f1`](https://github.com/dialoguemd/fastapi-sqla/commit/600d6f10907120e2e7f4c2b8bf779dcc5f823ae6))

2.9.2

Not secure
Fix

* fix: move models to their own modules - DIA-61984 (104) ([`b452435`](https://github.com/dialoguemd/fastapi-sqla/commit/b452435db867913dba2059ba729f68564064c853))

Unknown

* 2.9.2

Version generated by python-semantic-release [ci skip] ([`512c9d8`](https://github.com/dialoguemd/fastapi-sqla/commit/512c9d860baf16c99650c2b7061e9f306af7b735))

2.9.1

Not secure
Chore

* chore(ci): use new contexts - DIA-59103 (99) ([`8068f92`](https://github.com/dialoguemd/fastapi-sqla/commit/8068f92edbbda3ca5ebd4a02db988b67bf46aaf2))

Fix

* fix(deps): update dependency asyncpg to ^0.28.0 (103) ([`ff53162`](https://github.com/dialoguemd/fastapi-sqla/commit/ff53162031a1a277c58d2084832757efcbf45efd))

Unknown

* 2.9.1

Version generated by python-semantic-release [ci skip] ([`b7f50e5`](https://github.com/dialoguemd/fastapi-sqla/commit/b7f50e57b03f5a96c811fd2058bf36ab6a4b6051))

Page 4 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.