Skip to content

Commit ffa9fbf

Browse files
authored
Mark requests 2.32.2 as incompatible (#2564)
Custom SSL contexts are currently ignored.
1 parent 3a1cd62 commit ffa9fbf

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)