]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📌 Pin SQLAlchemy range, as it doesn't use SemVer (#3001)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Mar 2021 16:36:07 +0000 (17:36 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 16:36:07 +0000 (17:36 +0100)
pyproject.toml

index 2f057f5aa844ea0f366649d449054e749af962fd..66cb00345b60848df94bf0b08fb25eab28cff314 100644 (file)
@@ -53,7 +53,7 @@ test = [
     "requests >=2.24.0,<3.0.0",
     "httpx >=0.14.0,<0.15.0",
     "email_validator >=1.1.1,<2.0.0",
-    "sqlalchemy >=1.3.18,<2.0.0",
+    "sqlalchemy >=1.3.18,<1.4.0",
     "peewee >=3.13.3,<4.0.0",
     "databases[sqlite] >=0.3.2,<0.4.0",
     "orjson >=3.2.1,<4.0.0",