]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update sqlalchemy requirement from <=1.4.41,>=1.3.18 to >=1.3.18,<1.4.43 (#5540)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 16 Dec 2022 19:41:48 +0000 (23:41 +0400)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 19:41:48 +0000 (23:41 +0400)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index be3080ae83539628a7c81bd48166576adb26e88f..55856cf3607f9c7ecf8eef1de0519ad6968d7c29 100644 (file)
@@ -60,7 +60,7 @@ test = [
     "email_validator >=1.1.1,<2.0.0",
     # TODO: once removing databases from tutorial, upgrade SQLAlchemy
     # probably when including SQLModel
-    "sqlalchemy >=1.3.18,<=1.4.41",
+    "sqlalchemy >=1.3.18,<1.4.43",
     "peewee >=3.13.3,<4.0.0",
     "databases[sqlite] >=0.3.2,<0.7.0",
     "orjson >=3.2.1,<4.0.0",