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/07/06 22:58:29 UTC

[airflow] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 01a5d8fe93 Upgrade FAB to 4.1.3 (#24884)
01a5d8fe93 is described below

commit 01a5d8fe93a48883f4ae0d6ab65eeb82a30a09b9
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
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index a5b52a7766..fd10a92968 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -107,7 +107,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.5
     flask-session>=0.4.0