Skip to content

Commit c74fdb1

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-101573: Support asn1crypto 1.x.x
1 parent 5d3bb3d commit c74fdb1

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
@@ -172,8 +172,8 @@ def _get_pyarrow_lib_pattern(self, lib_name):
172172
'ijson',
173173
'pyjwt',
174174
'idna',
175-
'oscrypto<1.1.0',
176-
'asn1crypto<1.1.0',
175+
'oscrypto<2.0.0',
176+
'asn1crypto>0.24.0,<2.0.0',
177177
'pyasn1>=0.4.0,<0.5.0;python_version<"3.0"',
178178
'pyasn1-modules>=0.2.0,<0.3.0;python_version<"3.0"',
179179
'enum34;python_version<"3.4"',

0 commit comments

Comments
 (0)