This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-7-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 71e842e274b0865497f2b4436f4285c5d18b5534
Author: Sam Wheating <[email protected]>
AuthorDate: Wed Aug 30 23:03:06 2023 -0700

    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 1b18a3ed07..9ad223927a 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 9a2daded8e..2fddace5f9 100644
--- a/setup.py
+++ b/setup.py
@@ -327,7 +327,7 @@ doc_gen = [
 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",

Reply via email to