Skip to content

Commit f8e52a3

Browse files
scbeddrakshith91
authored andcommitted
LatestDependency Breaking on pypy3.6 (Azure#22166)
* limit crypto
1 parent a4dcf24 commit f8e52a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tox/install_depend_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"six": "1.12.0",
4040
}
4141

42-
MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {}
42+
MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {"cryptography": "4.0.0"}
4343

4444

4545
def install_dependent_packages(setup_py_file_path, dependency_type, temp_dir):

0 commit comments

Comments
 (0)