Skip to content

Commit

Permalink
Mark requests 2.32.2 as incompatible (#2564) (#2566)
Browse files Browse the repository at this point in the history
Custom SSL contexts are currently ignored.

(cherry picked from commit ffa9fbf)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
  • Loading branch information
github-actions[bot] and pquentin authored May 23, 2024
1 parent f01a2cd commit b502d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b502d47

Please sign in to comment.