Skip to content

Commit 7610ea7

Browse files
committed
Add constraint of les than 2.1
1 parent 2c3650a commit 7610ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
requires-python = ">=3.7"
1717
dependencies = [
1818
"flask>=2.2.5",
19-
"sqlalchemy>=2.0.16",
19+
"sqlalchemy>=2.0.16,<2.1",
2020
]
2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)