Skip to content

Commit f9dfa72

Browse files
authored
flask-restx 0.3.0 doesn't work with flask 2.0 (#52)
Looks like we hit flask's release spot: flask 2.0 was released earlier today two hours ago, which are within the window in which we released a new MAX Base version after test. Fix flask < 2.0 for now.
1 parent d9a1c96 commit f9dfa72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
flask-cors==3.0.9
22
flask-restx==0.3.0
3+
# The following line is a hack: flask-restx doesn't work with flask 2.0. Once flask-restx fixed the issue, the following line should be removed
4+
flask>=1.1.2,<2.0
35
maxfw==1.1.6

0 commit comments

Comments
 (0)