⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast
used internally (#964)
This commit is contained in:
parent
71de44daba
commit
bd1641c9a2
@ -35,7 +35,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"SQLAlchemy >=2.0.0,<2.1.0",
|
"SQLAlchemy >=2.0.14,<2.1.0",
|
||||||
"pydantic >=1.10.13,<3.0.0",
|
"pydantic >=1.10.13,<3.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user