Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
[AIRFLOW-5458] Bump Flask-AppBuilder to 2.2.0 (apache#6607)
Browse files Browse the repository at this point in the history
This might also fix AIRFLOW-5462 (OAuth login issue)

Same fix as was required for Superset (apache/superset#7739)
  • Loading branch information
paulvic authored and galuszkak committed Mar 5, 2020
1 parent a71c46a commit 8182db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def do_setup():
'cryptography>=0.9.3',
'dill>=0.2.2, <0.4',
'flask>=1.1.0, <2.0',
'flask-appbuilder>=1.12.5, <2.0.0',
'flask-appbuilder~=2.2',
'flask-caching>=1.3.3, <1.4.0',
'flask-login>=0.3, <0.5',
'flask-swagger==0.2.13',
Expand Down

0 comments on commit 8182db4

Please sign in to comment.