mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-07 10:00:16 -06:00
⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast used internally (#964)
This commit is contained in:
committed by
GitHub
parent
71de44daba
commit
bd1641c9a2
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user