We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run make ci on the main branch, it throws this import error with werkzeug
make ci
ImportError: cannot import name 'parse_authorization_header' from 'werkzeug.http' (/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/werkzeug/http.py) make: *** [Makefile:8: ci] Error 1
To run make ci successfully on the main branch.
Import error with latest version of werkzeug. I tried downgrading to a 2.3.X version of werkzeug and it ran without any issue.
The text was updated successfully, but these errors were encountered:
This is being tracked in psf/httpbin
Sorry, something went wrong.
No branches or pull requests
When I run
make ci
on the main branch, it throws this import error with werkzeugExpected Result
To run make ci successfully on the main branch.
Actual Result
Import error with latest version of werkzeug. I tried downgrading to a 2.3.X version of werkzeug and it ran without any issue.
Reproduction Steps
make ci
The text was updated successfully, but these errors were encountered: