Skip to content

Commit

Permalink
fix: Bump FAB to 3.0.1 fix superset init (#10310)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and villebro committed Jul 14, 2020
1 parent 8d0e667 commit 791d787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ decorator==4.4.2 # via retry
defusedxml==0.6.0 # via python3-openid
dnspython==1.16.0 # via email-validator
email-validator==1.1.0 # via flask-appbuilder
flask-appbuilder==3.0.0 # via apache-superset (setup.py)
flask-appbuilder==3.0.1 # via apache-superset (setup.py)
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0 # via apache-superset (setup.py)
flask-compress==1.5.0 # via apache-superset (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_git_sha():
"cryptography>=2.4.2",
"dataclasses<0.7",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.0.0, <4.0.0",
"flask-appbuilder>=3.0.1, <4.0.0",
"flask-caching",
"flask-compress",
"flask-talisman",
Expand Down

0 comments on commit 791d787

Please sign in to comment.