Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version requirement on urllib3 #146

Conversation

gergondet
Copy link

Hello,

The changes in 101fdea (#141) broke compatibility with urllib3 prior to version 1.26.0 where allowed_methods was introduced in the Retry constructor.

I encountered this issue trying to run cloudsmith-cli on Ubuntu 20.04 where python3-urllib3 is 1.25.8 and thus incompatible with the latest cloudsmith-cli release.

The change in this PR should hopefully improve the diagnosis in such environments.

@chrisimcevoy
Copy link
Collaborator

Hi @gergondet

Thank you for sounding the alarm on this one - it is much appreciated. Ultimately, we decided to handle this a slightly different way. But I added you to our contributors nonetheless.

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

Successfully merging this pull request may close these issues.

2 participants