Skip to content

Commit 1def934

Browse files
committed
Flask needs to be pinned at 2.2.5 until the lib is made compatible with 2.3.x
1 parent c68374d commit 1def934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_version(package):
3434
swagger_ui_require = "swagger-ui-bundle>=0.0.2,<0.1"
3535

3636
flask_require = [
37-
"flask[async]>=2.2.5,<3.0",
37+
"flask[async]==2.2.5",
3838
"a2wsgi>=1.4,<2",
3939
]
4040

0 commit comments

Comments
 (0)