Skip to content

Commit fa9b474

Browse files
authored
Fix test_unsupported_tls_versions with HTTPX (#191)
1 parent 93a7d5e commit fa9b474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"requests",
6767
"aiohttp",
6868
"httpx",
69+
# https://github.com/encode/httpx/discussions/3214#discussioncomment-10830925
70+
"httpcore<1.0.6",
6971
"respx",
7072
"opentelemetry-api",
7173
"opentelemetry-sdk",

0 commit comments

Comments
 (0)