Skip to content

Version 5.5.0/5.5.1 have too strict urllib2 requirements #667

@edmorley

Description

@edmorley

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:

'urllib3<1.23,>=1.21.1',

Many thanks :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions