-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi!
Upgrading from 5.4.0 to either 5.5.0 or 5.5.1 causes our Travis run to start failing with:
$ pip check
elasticsearch 5.5.1 has requirement urllib3<1.22,>=1.21.1, but you have urllib3 1.22.
It looks like perhaps there was a rebasing issue, since #636 loosened the requirements but this isn't present in 5.5.0/5.5.1, even though it's on master?
Compare 5.5.0/5.5.1:
https://github.com/elastic/elasticsearch-py/blob/5.5.0/setup.py#L15
https://github.com/elastic/elasticsearch-py/blob/5.5.1/setup.py#L15
...with master:
Line 15 in 4e6a05f
'urllib3<1.23,>=1.21.1', |
Many thanks :-)
dzen, jessemyers, href, salwator and afallou
Metadata
Metadata
Assignees
Labels
No labels