Skip to content

Commit 2ab51d3

Browse files
smtakedaankit-bhatnagar167
authored andcommitted
SNOW-66493: Adjusted pyasn1 and pyasn1-module requirements
1 parent e5ab675 commit 2ab51d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
'ijson',
5151
'pyjwt',
5252
'idna',
53-
'pyasn1>=0.2.1,<0.5.0;python_version<"3.0"',
54-
'pyasn1-modules>=0.0.8,<0.3.0;python_version<"3.0"',
53+
'pyasn1>=0.4.0,<0.5.0;python_version<"3.0"',
54+
'pyasn1-modules>=0.2.0,<0.3.0;python_version<"3.0"',
5555
'enum34;python_version<"3.4"',
5656
],
5757

0 commit comments

Comments
 (0)