From 71e842e274b0865497f2b4436f4285c5d18b5534 Mon Sep 17 00:00:00 2001 From: Sam Wheating Date: Wed, 30 Aug 2023 23:03:06 -0700 Subject: [PATCH] Bumping FAB to 4.3.4 in order to fix issues with filters (#33931) (cherry picked from commit ba261923d4de90d0609344843554bf7dfdab11c6) --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1b18a3ed07b477..9ad223927a2740 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 9a2daded8e7907..2fddace5f95e90 100644 --- a/setup.py +++ b/setup.py @@ -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",