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 2c3650a commit 7610ea7Copy full SHA for 7610ea7
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
requires-python = ">=3.7"
17
dependencies = [
18
"flask>=2.2.5",
19
- "sqlalchemy>=2.0.16",
+ "sqlalchemy>=2.0.16,<2.1",
20
]
21
dynamic = ["version"]
22
0 commit comments