We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dd62e commit 77cc630Copy full SHA for 77cc630
eng/tox/install_depend_packages.py
@@ -39,7 +39,7 @@
39
"six": "1.12.0",
40
}
41
42
-MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {}
+MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {"cryptography": "4.0.0"}
43
44
45
def install_dependent_packages(setup_py_file_path, dependency_type, temp_dir):
0 commit comments