Skip to content

Commit 77cc630

Browse files
scbeddhodd
authored and
hodd
committed
LatestDependency Breaking on pypy3.6 (Azure#22166)
* limit crypto
1 parent f5dd62e commit 77cc630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tox/install_depend_packages.py

+1-1
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)