We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea18162 commit c830c71Copy full SHA for c830c71
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
32
[tool.poetry.dependencies]
33
python = "^3.6.1"
34
-SQLAlchemy = ">=1.4.17,<1.5.0"
+SQLAlchemy = ">=1.4.17,<=1.4.41"
35
pydantic = "^1.8.2"
36
sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
37
0 commit comments