From 232a7bec43af1f4901339a96e033a27229bbdaf0 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 23 May 2024 14:06:17 +0400 Subject: [PATCH] Mark requests 2.32.2 as incompatible Custom SSL contexts are currently ignored. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9ee3a377..2910aeb3e 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ python_requires=">=3.7", install_requires=["elastic-transport>=8.13,<9"], extras_require={ - "requests": ["requests>=2.4.0, <3.0.0"], + "requests": ["requests>=2.4.0, !=2.32.2, <3.0.0"], "async": ["aiohttp>=3,<4"], "orjson": ["orjson>=3"], # Maximal Marginal Relevance (MMR) for search results