-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API tests fail after release of Werkzeug v3.0.0 #1861
Comments
Unfortunately the tests are now failing with new errors after bumping |
Looks like the position argument order changed for |
I opted to keep the |
asjohnston-asf
added a commit
that referenced
this issue
May 8, 2024
asjohnston-asf
added a commit
that referenced
this issue
May 8, 2024
remove unneeded Werkzeug pin in api requirements; see #1861
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our API requirements specify
serverless-wsgi=3.0.2
. serverless-wsgi has a dependency issue with wekzeug=3.0.0 (released 2023-09-30):logandk/serverless-wsgi#247
This causes imports to fail for our API app when running tests. I'd expect to see similar errors were we to release to production.
https://github.com/ASFHyP3/hyp3/actions/runs/6384082982/job/17325993594
A short-term workaround is likely to specify
Werkzeug==2.3.7
inrequirements-apps-api.txt
.The text was updated successfully, but these errors were encountered: