We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c44d08 commit 2527123Copy full SHA for 2527123
1 file changed
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.12",
26
]
27
dependencies = [
28
- "flask>=2.0,<4.0",
+ "flask>=2.0,<4.0,!=3.1.1",
29
"click>=7.0,<9.0",
30
"watchdog>=1.0.0",
31
"gunicorn>=22.0.0; platform_system!='Windows'",
0 commit comments