Skip to content

Commit 8dbd620

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-81405: Fixed version of urllib3 for Python3.4
1 parent 48422e1 commit 8dbd620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
'pyasn1>=0.4.0,<0.5.0;python_version<"3.0"',
5454
'pyasn1-modules>=0.2.0,<0.3.0;python_version<"3.0"',
5555
'enum34;python_version<"3.4"',
56+
'urllib3>=1.21.1,<1.25;python_version<"3.5"',
5657
],
5758

5859
namespace_packages=['snowflake'],

0 commit comments

Comments
 (0)