]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update sqlalchemy requirement
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 16 Aug 2024 17:45:47 +0000 (17:45 +0000)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 17:45:47 +0000 (17:45 +0000)
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
requirements-tests.txt

index bfe70f2f55ac36b0226dfe571465215f3b499c32..801cf9dd4cba0a46205a7e8d530852d02351efe9 100644 (file)
@@ -7,7 +7,7 @@ ruff ==0.2.0
 dirty-equals ==0.6.0
 # TODO: once removing databases from tutorial, upgrade SQLAlchemy
 # probably when including SQLModel
-sqlalchemy >=1.3.18,<1.4.43
+sqlalchemy >=1.3.18,<2.0.33
 databases[sqlite] >=0.3.2,<0.7.0
 flask >=1.1.2,<3.0.0
 anyio[trio] >=3.2.1,<4.0.0