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/06/23 19:56:36 UTC

[airflow] branch main updated: Upgrade FAB to 4.1.2 (#24619)

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 b8a4ac51f6 Upgrade FAB to 4.1.2 (#24619)
b8a4ac51f6 is described below

commit b8a4ac51f68a7d1c1f6ac5434cdf027e812553c7
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Jun 23 21:56:28 2022 +0200

    Upgrade FAB to 4.1.2 (#24619)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 175d49ceb8..f41578d4e5 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.1
+    flask-appbuilder==4.1.2
     flask-caching>=1.5.0
     flask-login>=0.5
     flask-session>=0.4.0