-
Notifications
You must be signed in to change notification settings - Fork 17
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
Release a new version on Pypi with werkzeug 3 support #35
Comments
@honglei could you adjust the title also saying "with werkzeug 3 support" or similar? Related:
|
@frantisekz I'm not the one to decide, but they don't look like release blockers from a quick look. Would be great if these could receive review before or after a next release. |
The first one is for Flask 3 support, Flask goes in together with Werkzeug (about which is this issue). |
right, #34 is needed for flask 2.3.0 and higher. |
Could someone please make a new release so we can all get our environments back up to date? :) |
The release did not include #34 , so it still does not work with flask 2.3.0 or higher. |
It also did not include #41 , so it does not work with recent werkzeug. |
Yeah I also realized that later 🥲 |
httpbin depends werkzeug which will werkzeug3.0, but
parse_authorization_header
has been removed from werkzeug.So, we need a new release to make
import httpbin
corrent.Error:
The text was updated successfully, but these errors were encountered: