From 2cb93d99dd97478b3c4c9fe1d986f632cb1c2af3 Mon Sep 17 00:00:00 2001 From: Dilyan Marinov Date: Mon, 2 Oct 2023 16:50:49 +0300 Subject: [PATCH] vdk-control-cli: pin werkzeug to version 2.3.8 or less Why? A test is failing due to changes in the werkzeug API. https://gitlab.com/vmware-analytics/versatile-data-kit/-/jobs/5203253935 What? Pin the werkzeug version to 2.3.8 or less, where the API we use in the test is still supported. How was this tested? Ran test locally and confirmed that it passes What kind of change is this Bugfix Signed-off-by: Dilyan Marinov --- projects/vdk-control-cli/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/vdk-control-cli/requirements.txt b/projects/vdk-control-cli/requirements.txt index f1363ededc..dca760aa27 100644 --- a/projects/vdk-control-cli/requirements.txt +++ b/projects/vdk-control-cli/requirements.txt @@ -28,3 +28,4 @@ urllib3>=1.26.5 vdk-control-api-auth vdk-control-service-api==1.0.11 +werkzeug<=2.3.8