-
Notifications
You must be signed in to change notification settings - Fork 199
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
please support newer version of h11 #346
Comments
According to its Changelog, Wapiti currently relies on the latest version of A discussion on the httpx project addresses the last errors (two failing tests). When the project supports httpcore 0.16.0, we can support |
h11 is also blocked by two dependencies : respx and mitmproxy. Moving to the next version of mitmproxy will certainly remove support of python < 3.9 |
It works well for python 3.9 and 3.10 but upgrading to 3.11 is blocked due to nassl < 5.0.0 having no python 3.11 release This is a dependency tied to sslyze (issue nabla-c0d3/sslyze#582) |
It should unblock h11 users unless they are also using Python 3.11 |
https://github.com/python-hyper/h11 version 0.12 is apparently a requirement?
raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (h11 0.14.0 (/usr/lib/python3.10/site-packages), Requirement.parse('h11<0.13,>=0.11'), {'httpcore'})
I think 0.14 is standard in my arch based distro
The text was updated successfully, but these errors were encountered: