Skip to content

Commit

Permalink
Mark requests 2.32.2 as incompatible
Browse files Browse the repository at this point in the history
Custom SSL contexts are currently ignored.
  • Loading branch information
pquentin committed May 23, 2024
1 parent 3a1cd62 commit 232a7be
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 232a7be

Please sign in to comment.