Skip to content

Commit 75e87aa

Browse files
Update h2 requirement from ==3.* to >=3,<5 (#208)
Updates the requirements on [h2](https://github.com/python-hyper/hyper-h2) to permit the latest version. - [Release notes](https://github.com/python-hyper/hyper-h2/releases) - [Changelog](https://github.com/python-hyper/hyper-h2/blob/master/CHANGELOG.rst) - [Commits](python-hyper/h2@v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73905ad commit 75e87aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_packages(package):
5555
zip_safe=False,
5656
install_requires=["h11>=0.8,<0.10", "sniffio==1.*"],
5757
extras_require={
58-
"http2": ["h2==3.*"],
58+
"http2": ["h2>=3,<5"],
5959
},
6060
classifiers=[
6161
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)