⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast used internally (#964)

This commit is contained in:
Sebastián Ramírez 2024-06-03 20:39:07 -05:00 committed by GitHub
parent 71de44daba
commit bd1641c9a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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",
]