Skip to content

Commit b502d47

Browse files
Mark requests 2.32.2 as incompatible (#2564) (#2566)
Custom SSL contexts are currently ignored. (cherry picked from commit ffa9fbf) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent f01a2cd commit b502d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
python_requires=">=3.7",
9090
install_requires=["elastic-transport>=8.13,<9"],
9191
extras_require={
92-
"requests": ["requests>=2.4.0, <3.0.0"],
92+
"requests": ["requests>=2.4.0, !=2.32.2, <3.0.0"],
9393
"async": ["aiohttp>=3,<4"],
9494
"orjson": ["orjson>=3"],
9595
# Maximal Marginal Relevance (MMR) for search results

0 commit comments

Comments
 (0)