Skip to content

Commit

Permalink
[AIRFLOW-5458] Bump Flask-AppBuilder to 2.2.0 (#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)

(cherry picked from commit 47facb405485895694917d8ae407b925a57624b8)

GitOrigin-RevId: a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
  • Loading branch information
paulvic authored and Cloud Composer Team committed Jun 4, 2021
1 parent c967da7 commit 855cc08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ def do_setup():
'enum34~=1.1.6;python_version<"3.4"',
'flask>=1.1.0, <2.0',
'flask-admin==1.5.4',
'flask-appbuilder>=1.12.5, <2.0.0',
'flask-appbuilder>=1.12.2, <2.0.0;python_version<"3.6"',
'flask-appbuilder~=2.2;python_version>="3.6"',
'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 855cc08

Please sign in to comment.