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