You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/05/04 07:02:03 UTC

[07/50] incubator-airflow git commit: [AIRFLOW-2391] Fix to Flask 0.12.2

[AIRFLOW-2391] Fix to Flask 0.12.2

Flask 0.12.3 has issues with Airflow and needs to
be fixed.
Therefore lock the version to 0.12.2.

Closes #3277 from Fokko/fd-fix-master-ci


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/3368f425
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/3368f425
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/3368f425

Branch: refs/heads/v1-10-test
Commit: 3368f4258c2dcfbcdbaf631fa887a742f12720b8
Parents: 67c0099
Author: Fokko Driesprong <fo...@godatadriven.com>
Authored: Sat Apr 28 20:25:13 2018 +0200
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Sat Apr 28 20:25:13 2018 +0200

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/3368f425/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 742e01b..b5461eb 100644
--- a/setup.py
+++ b/setup.py
@@ -229,7 +229,7 @@ def do_setup():
             'configparser>=3.5.0, <3.6.0',
             'croniter>=0.3.17, <0.4',
             'dill>=0.2.2, <0.3',
-            'flask>=0.12, <0.13',
+            'flask==0.12.2',
             'flask-appbuilder>=1.9.6, <2.0.0',
             'flask-admin==1.4.1',
             'flask-caching>=1.3.3, <1.4.0',