Skip to content

Commit 42770f4

Browse files
committed
Roll back Flask version pin for improved compatibility
1 parent fc78740 commit 42770f4

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
@@ -61,7 +61,7 @@ MarkupSafe="^3.0.0"
6161
clickclick="^20.10.2"
6262

6363
a2wsgi = { version = ">= 1.7", optional = true }
64-
flask = "^3.0"
64+
flask = "^2.2.0,<4"
6565
swagger-ui-bundle = { version = ">= 1.1.0", optional = true }
6666
uvicorn = { version = ">= 0.17.6", extras = ["standard"], optional = true }
6767
jsf = { version = ">=0.10.0", optional = true }

0 commit comments

Comments
 (0)