Skip to content

Commit bd1641c

Browse files
authored
⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast used internally (#964)
1 parent 71de44d commit bd1641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636

3737
dependencies = [
38-
"SQLAlchemy >=2.0.0,<2.1.0",
38+
"SQLAlchemy >=2.0.14,<2.1.0",
3939
"pydantic >=1.10.13,<3.0.0",
4040
]
4141

0 commit comments

Comments
 (0)