From 3d987309b88a9472db8ea5b2003d0bc5ed3401db Mon Sep 17 00:00:00 2001 From: Ahmad Mahmoudi Date: Wed, 12 Feb 2020 01:20:48 +0000 Subject: [PATCH] Locked Werkzeug package release to 0.16.1 The latest Werkzeug package release 1.0.0, released on February 8, is not backwards compatible with the earler releases of this package, which is used in Flask, used by apache airflow. This causes shipyard make image job fail, with missing import errors from the Werkzeug library. This change locks the Werkzeuz package release to the last compatible release with the apache airflow in shipyard. Change-Id: I54dad4ccc1858f4d5986c6e8e9fbf8f5d9847158 --- src/bin/shipyard_airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index e0a12c1e..f34d7aa3 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -36,7 +36,7 @@ ulid==1.1 uwsgi==2.0.17 # To support profiling in non-prod -Werkzeug>=0.15.0 +Werkzeug==0.16.1 # Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues marshmallow-sqlalchemy==0.18.0 tabulate==0.8.03