Skip to content

Commit 31e027c

Browse files
committed
Roll back Flask version pin for improved compatibility
1 parent fc78740 commit 31e027c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)