opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
350 stars 175 forks source link

[BUG] ERROR: Cannot install urllib3==2.0.4 because these package versions have conflicting dependencies. #492

Closed vchepurko closed 1 year ago

vchepurko commented 1 year ago

What is the bug?

ERROR: Cannot install -r requirements.txt (line 28) and urllib3==2.0.4 because these package versions have conflicting dependencies. The conflict is caused by: The user requested urllib3==2.0.4 opensearch-py 2.3.1 depends on urllib3<2 and >=1.21.1

How can one reproduce the bug?

When try to install new version of URLLIB3

What is the expected behavior?

The latest lib of urllib3 is 2.0.4

saimedhi commented 1 year ago

Hello @vchepurko,

The issue has been resolved in PR #466, but it has not been released yet. If necessary, kindly create an issue for the release of version 2.3.2. Thank you :)

dblock commented 1 year ago

Closed via https://github.com/opensearch-project/opensearch-py/pull/466.