From 7e5d81f50f1f8c0d58d0973ae0b3065fd5b62451 Mon Sep 17 00:00:00 2001 From: "Mahmoudi, Ahmad (am495p)" Date: Mon, 9 Sep 2019 21:48:58 -0500 Subject: [PATCH] Let the Werkzeug package version float Apache-airflow release 1.10.3 and later use Flask 1.10.1, which needs at least Werkzeug 0.15.1. https://issues.apache.org/jira/browse/AIRFLOW-4900 Airflow depends on deckhand for document validation. But, deckhand locks the Werkzeug package version to 0.14.1, which breaks airflow. This PS lets deckhand use the latest Werkzeug available release. Change-Id: I4385a69c41571010c426dfaee1082109914c7d2a --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8df562ff..5785e40e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -26,4 +26,4 @@ PasteDeploy==1.5.2 python-barbicanclient==4.7.0 oslo.db==4.41.1 oslo.log==3.40.1 -Werkzeug==0.14.1 +Werkzeug>=0.15.0 diff --git a/requirements.txt b/requirements.txt index d5279ca0..087cc9ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,4 @@ stevedore==1.30.0 urllib3==1.24.3 uwsgi==2.0.17.1 # To support profiling in non-prod -Werkzeug==0.14.1 +Werkzeug>=0.15.0