Skip to content

Commit 2527123

Browse files
committed
fix: Avoid potentially problematic flask release
1 parent 4c44d08 commit 2527123

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
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"flask>=2.0,<4.0",
28+
"flask>=2.0,<4.0,!=3.1.1",
2929
"click>=7.0,<9.0",
3030
"watchdog>=1.0.0",
3131
"gunicorn>=22.0.0; platform_system!='Windows'",

0 commit comments

Comments
 (0)