We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d9e8b commit 0c83d21Copy full SHA for 0c83d21
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