From d4846e4137b84e86ff107da6e495579c143fe7bd Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 29 Mar 2022 22:15:38 +0200 Subject: [PATCH] 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. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cba642d68e0ff..11507cb4c65cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -108,7 +108,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,