From bd1641c9a21cadd5f1df3401541675b230f4a87d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 3 Jun 2024 20:39:07 -0500 Subject: [PATCH] =?utf8?q?=E2=AC=86=EF=B8=8F=20Update=20minimum=20SQLAlche?= =?utf8?q?my=20version=20to=202.0.14=20as=20that=20one=20includes=20`TryCa?= =?utf8?q?st`=20used=20internally=20(#964)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] -- 2.47.2