Skip to content
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

Import error with werkzeug #6566

Closed
amkarn258 opened this issue Nov 5, 2023 · 1 comment
Closed

Import error with werkzeug #6566

amkarn258 opened this issue Nov 5, 2023 · 1 comment

Comments

@amkarn258
Copy link
Contributor

amkarn258 commented Nov 5, 2023

When I run make ci on the main branch, it throws this import error with werkzeug

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

Expected 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

@sigmavirus24
Copy link
Contributor

This is being tracked in psf/httpbin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@sigmavirus24 @amkarn258 and others