From 9215cdd4c6bb581ec8047ac9912782af4ed33410 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sat, 28 Apr 2018 20:25:13 +0200 Subject: [PATCH] [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 (cherry picked from commit 3368f4258c2dcfbcdbaf631fa887a742f12720b8) Signed-off-by: Fokko Driesprong --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 742e01bc188a9..b5461eb99f5cf 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',