]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes `TryCast` used...
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 4 Jun 2024 01:39:07 +0000 (20:39 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 01:39:07 +0000 (20:39 -0500)
pyproject.toml

index ade520ab48377699a103b611b4e622c5533f10db..3d6f1c291dbf5b58bba268b1631a5aaaf7470da0 100644 (file)
@@ -35,7 +35,7 @@ classifiers = [
 ]
 
 dependencies = [
-    "SQLAlchemy >=2.0.0,<2.1.0",
+    "SQLAlchemy >=2.0.14,<2.1.0",
     "pydantic >=1.10.13,<3.0.0",
 ]