Skip to content

Commit

Permalink
flask-restx 0.3.0 doesn't work with flask 2.0 (#52)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xuhdev committed May 12, 2021
1 parent d9a1c96 commit f9dfa72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
@@ -1,3 +1,5 @@
flask-cors==3.0.9
flask-restx==0.3.0
# 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
flask>=1.1.2,<2.0
maxfw==1.1.6

0 comments on commit f9dfa72

Please sign in to comment.