From: Sebastián Ramírez Date: Tue, 4 Jun 2024 01:39:07 +0000 (-0500) Subject: ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes `TryCast` used... X-Git-Tag: 0.0.19~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1641c9a21cadd5f1df3401541675b230f4a87d;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes `TryCast` used internally (#964) --- diff --git a/pyproject.toml b/pyproject.toml index ade520ab..3d6f1c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]