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
This commit is contained in:
parent
1ea9904076
commit
7e5d81f50f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user