This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b3bded9a79452c13e79f2641a0d8ee300bd96fa7 Author: Jarek Potiuk <[email protected]> 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,
