Skip to content

Remove restriction for requests version, update docker-py requirement - #1100

Merged
aanand merged 1 commit into
docker:masterfrom
vmalloc:patch-3
Mar 13, 2015
Merged

Remove restriction for requests version, update docker-py requirement#1100
aanand merged 1 commit into
docker:masterfrom
vmalloc:patch-3

Conversation

@vmalloc

Copy link
Copy Markdown

No description provided.

@vmallocvmalloc mentioned this pull request Mar 12, 2015
Comment threadsetup.py Outdated

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be safe I would do < 3.

Major versions can easily break compatibility.

@vmalloc

Copy link
Copy Markdown
Author

Updated according to comments.

@aanand

Copy link
Copy Markdown

Thanks!

I feel a bit nervous about those version ranges, and would rather pin to minor versions:

'requests >= 2.5.0, < 2.6',
...
'docker-py >= 1.1.0, < 1.2',

Furthermore, requirements.txt needs updating.

@vmalloc

Copy link
Copy Markdown
Author

Updated accordingly.

@KyleJamesWalker

Copy link
Copy Markdown

Note: PR #1075 also has these changes.

@dnephin

Copy link
Copy Markdown

LGTM

1 similar comment
@aanand

Copy link
Copy Markdown

LGTM

aanand added a commit that referenced this pull request Mar 13, 2015
Remove restriction for requests version, update docker-py requirement
@aanand
aanand merged commit eb7ea76 into docker:masterMar 13, 2015
@aanandaanand mentioned this pull request Mar 23, 2015
yuval-k pushed a commit to yuval-k/compose that referenced this pull request Apr 10, 2015
Remove restriction for requests version, update docker-py requirement
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vmalloc@aanand@KyleJamesWalker@dnephin