Skip to content

Commit 8507225

Browse files
Update h11 requirement from <0.10,>=0.8 to >=0.8,<0.11 (#209)
Updates the requirements on [h11](https://github.com/python-hyper/h11) to permit the latest version. - [Release notes](https://github.com/python-hyper/h11/releases) - [Commits](python-hyper/h11@v0.8.0...v0.10.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75e87aa commit 8507225

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
@@ -53,7 +53,7 @@ def get_packages(package):
5353
packages=get_packages("httpcore"),
5454
include_package_data=True,
5555
zip_safe=False,
56-
install_requires=["h11>=0.8,<0.10", "sniffio==1.*"],
56+
install_requires=["h11>=0.8,<0.11", "sniffio==1.*"],
5757
extras_require={
5858
"http2": ["h2>=3,<5"],
5959
},

0 commit comments

Comments
 (0)