You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/03/30 07:41:42 UTC

[airflow] 01/03: Update FAB to latest released from 3.4 line (3.4.5) (#22596)

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

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

commit 769938d957f78bb24dbe7009beb16c307a6e16bb
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Mar 29 22:15:38 2022 +0200

    Update FAB to latest released from 3.4 line (3.4.5) (#22596)
    
    We checked that the changes introduced between 3.4.4 and 3.4.5
    do not require from us to change the vendored-in security manager.
    
    (cherry picked from commit d4846e4137b84e86ff107da6e495579c143fe7bd)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 63aa6ec..f3f85bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -110,7 +110,7 @@ install_requires =
     # Every time we update FAB version here, please make sure that you review the classes and models in
     # `airflow/www/fab_security` with their upstream counterparts. In particular, make sure any breaking changes,
     # for example any new methods, are accounted for.
-    flask-appbuilder==3.4.4
+    flask-appbuilder==3.4.5
     flask-caching>=1.5.0, <2.0.0
     flask-login>=0.3, <0.5
     # Strict upper-bound on the latest release of flask-session,