You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am required to still run ES 7 in my environment and so I have to rely on elasticsearch-py 7.17 for my Python stuff. While upgrading requests to the latest version I noticed a urllib3 dependency conflict. It seems like elasticsearch-py 7.17 pins urllib3 version to be < 2 while requests 2.30.0 would like to install urllib3 version 2. Do you think it 's possible to modify the setup.py file so to use urllib3 version 2?
Hi,
I am required to still run ES 7 in my environment and so I have to rely on elasticsearch-py 7.17 for my Python stuff. While upgrading requests to the latest version I noticed a urllib3 dependency conflict. It seems like elasticsearch-py 7.17 pins urllib3 version to be < 2 while requests 2.30.0 would like to install urllib3 version 2. Do you think it 's possible to modify the setup.py file so to use urllib3 version 2?
The branch 7.17 setup.py file looks like
and it should be modified this way
Thanks!
The text was updated successfully, but these errors were encountered: