Skip to content

Commit

Permalink
vdk-control-cli: pin werkzeug to version 2.3.8 or less
Browse files Browse the repository at this point in the history
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 <mdilyan@vmware.com>
  • Loading branch information
Dilyan Marinov committed Oct 2, 2023
1 parent f590640 commit 72a4655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/vdk-control-cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ urllib3>=1.26.5
vdk-control-api-auth

vdk-control-service-api==1.0.11
werkzeug<=2.3.8

0 comments on commit 72a4655

Please sign in to comment.