Skip to content

Commit a496787

Browse files
committed
fix(dependencies): Version guards for correct httpcore version
GH-4601
1 parent 23d8740 commit a496787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ asttokens
1212
responses
1313
pysocks
1414
socksio
15-
httpcore[http2]; python_version < "3.8"
16-
httpcore[http2,asyncio]; python_version >= "3.8" # asyncio support only supported for Python 3.8+
15+
httpcore[http2]<1.0; python_version < "3.8"
16+
httpcore[http2,asyncio]>=1.0; python_version >= "3.8" # asyncio support only supported for Python 3.8+
1717
setuptools
1818
freezegun
1919
Brotli

0 commit comments

Comments
 (0)