You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/05 15:05:28 UTC

[airflow] 03/04: Upgrade FAB to 4.1.3 (#24884)

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

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

commit 60cdda2ddab306ec55b132fcdb2533ed2ed137e7
Author: Gabriel Machado <ga...@hotmail.com>
AuthorDate: Thu Jul 7 00:58:20 2022 +0200

    Upgrade FAB to 4.1.3 (#24884)
    
    no relevant changes found when comparing `airflow/www/fab_security` with FAB
    see https://github.com/dpgaspar/Flask-AppBuilder/compare/v4.1.2...v4.1.3
    
    (cherry picked from commit 01a5d8fe93a48883f4ae0d6ab65eeb82a30a09b9)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index ce1be0141b..773c8b65cf 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==4.1.2
+    flask-appbuilder==4.1.3
     flask-caching>=1.5.0
     flask-login>=0.6.2
     flask-session>=0.4.0