Skip to content

Commit 0f067b3

Browse files
skshetryrysteboe
authored andcommitted
Increase urllib3 version restriction
1 parent ebaf4a7 commit 0f067b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131
keywords=['Kaggle', 'API'],
3232
entry_points={'console_scripts': ['kaggle = kaggle.cli:main']},
3333
install_requires=[
34-
# Restriction that urllib3's version is less than 1.23.0 needed to avoid
35-
# requests dependency problem. This restriction will be removed after
36-
# request release later than 2.18.4.
37-
# ref: https://github.com/Kaggle/kaggle-api/pull/49
38-
'urllib3 >= 1.15, < 1.23.0',
34+
# Restriction that urllib3's version is less than 1.25 needed to avoid
35+
# requests dependency problem.
36+
'urllib3 >= 1.21.1, < 1.25',
3937
'six >= 1.10',
4038
'certifi',
4139
'python-dateutil',

0 commit comments

Comments
 (0)