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

Add check for correct h2 version range #3290

Open
sethmlarson opened this issue Jan 19, 2024 · 1 comment · May be fixed by #3402
Open

Add check for correct h2 version range #3290

sethmlarson opened this issue Jan 19, 2024 · 1 comment · May be fixed by #3402

Comments

@sethmlarson
Copy link
Member

Similar to our other third-party package support, we should be checking which version of h2 is installed and raise an error in the case we get an unsupported version. We know that h2 uses semver, so we can check the major version is in our desired range.

@sethmlarson sethmlarson added this to the HTTP/2 milestone Jan 19, 2024
ktpa added a commit to ktpa/urllib3 that referenced this issue Jun 10, 2024
ktpa added a commit to ktpa/urllib3 that referenced this issue Jun 10, 2024
ktpa added a commit to ktpa/urllib3 that referenced this issue Jun 10, 2024
@ktpa ktpa linked a pull request Jun 10, 2024 that will close this issue
@ktpa
Copy link

ktpa commented Jun 10, 2024

@sethmlarson Took the freedom to create the check. Looking forward to some feedback.

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

Successfully merging a pull request may close this issue.

2 participants