Skip to content
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 opened this issue Oct 7, 2015 · 2 comments
Closed

six version is pinned to 1.9.0 #252

dobesv opened this issue Oct 7, 2015 · 2 comments

Comments

@dobesv
Copy link

dobesv commented Oct 7, 2015

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 ?

@dobesv dobesv changed the title six version is pinned to 0.9.0 six version is pinned to 1.9.0 Oct 7, 2015
@aviau
Copy link
Collaborator

aviau commented Oct 7, 2015

There is no reason, I will fix this right away.

@aviau aviau closed this as completed in 172099a Oct 7, 2015
@aviau
Copy link
Collaborator

aviau commented Oct 7, 2015

fixed in 2.9.2 and pushed to pypi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants