Skip to content

Commit 23d8740

Browse files
committed
fix(dependencies): Remove version constraint from httpcore
GH-4601
1 parent 9df5ec5 commit 23d8740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ responses
1313
pysocks
1414
socksio
1515
httpcore[http2]; python_version < "3.8"
16-
httpcore[http2,asyncio]>=1.0; python_version >= "3.8" # asyncio support only supported for Python 3.8+
16+
httpcore[http2,asyncio]; python_version >= "3.8" # asyncio support only supported for Python 3.8+
1717
setuptools
1818
freezegun
1919
Brotli

0 commit comments

Comments
 (0)