Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Remove upper bound constraint on urllib3 #311

Merged
merged 2 commits into from Mar 18, 2019
Merged

Conversation

wangxf123456
Copy link
Contributor

@wangxf123456 wangxf123456 commented Mar 15, 2019

The incompatibility between urllib3 1.24 and requests is resolved. See psf/requests#4830

Fixes #310

The incompatibility between urllib3 1.24 and requests is resolved.
@brianquinlan brianquinlan changed the title Remove constrint on urllib3 Remove upper bound constraint on urllib3 Mar 16, 2019
setup.py Outdated
@@ -28,7 +28,7 @@


install_requires = [
'urllib3==1.23', # https://github.com/requests/requests/issues/4830
'urllib3>=1.23',
Copy link
Contributor

Choose a reason for hiding this comment

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

You could add <2 if you want to assume that they are fallowing semver.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@wangxf123456 wangxf123456 merged commit 7877f86 into master Mar 18, 2019
@wangxf123456 wangxf123456 deleted the fix-dependencies branch March 18, 2019 17:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support newer versionn of urllib3
3 participants