Skip to content

Commit

Permalink
Bumping FAB to 4.3.4 in order to fix issues with filters (#33931)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWheating authored Aug 31, 2023
1 parent 3b86842 commit ba26192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install_requires =
# `airflow/www/fab_security` with their upstream counterparts. In particular, make sure any breaking changes,
# for example any new methods, are accounted for.
# NOTE! When you change the value here, you also have to update flask-appbuilder[oauth] in setup.py
flask-appbuilder==4.3.3
flask-appbuilder==4.3.6
flask-caching>=1.5.0
flask-login>=0.6.2
flask-session>=0.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve
flask_appbuilder_oauth = [
"authlib>=1.0.0",
# The version here should be upgraded at the same time as flask-appbuilder in setup.cfg
"flask-appbuilder[oauth]==4.3.3",
"flask-appbuilder[oauth]==4.3.6",
]
kerberos = [
"pykerberos>=1.1.13",
Expand Down

0 comments on commit ba26192

Please sign in to comment.