8000 six version is pinned to 1.9.0 · Issue #252 · influxdata/influxdb-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
six version is pinned to 1.9.0 #252
Closed
@dobesv

Description

@dobesv

Because the requirements.txt sets six==1.9.0, projects that have multiple dependencies on six that use only a lower bound may fail to run because a newer version 1.10.0 might be installed as a result of processing some other dependency and pip is apparently not clever enough to figure all this out on its own. Any specific reason why the requirement couldn't be six>=1.9.0 ?

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

      0