You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/03/19 15:06:35 UTC

[airflow] 33/42: Update Flask-AppBuilder dependency to allow 3.2 (and all 3.x series) (#14665)

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

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

commit f395cd8cee726d2fcd0eca5de85c76f89da3fc08
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Mon Mar 8 17:12:05 2021 +0000

    Update Flask-AppBuilder dependency to allow 3.2 (and all 3.x series) (#14665)
    
    (cherry picked from commit 97b5e4cd6c001ec1a1597606f4e9f1c0fbea20d2)
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index b0f13c3..267d972 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -92,7 +92,7 @@ install_requires =
     cryptography>=0.9.3
     dill>=0.2.2, <0.4
     flask>=1.1.0, <2.0
-    flask-appbuilder~=3.1.1
+    flask-appbuilder~=3.1,>=3.1.1
     flask-caching>=1.5.0, <2.0.0
     flask-login>=0.3, <0.5
     flask-wtf>=0.14.3, <0.15