From 4b45ab983f3ccf7a53debab75ee30f47a0a16c7c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 3 Oct 2024 14:57:09 +0400 Subject: [PATCH] Fix test_unsupported_tls_versions with HTTPX --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2e10c4f..707217f 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,8 @@ "requests", "aiohttp", "httpx", + # https://github.com/encode/httpx/discussions/3214#discussioncomment-10830925 + "httpcore<1.0.6", "respx", "opentelemetry-api", "opentelemetry-sdk",