Skip to content

Commit

Permalink
LatestDependency Breaking on pypy3.6 (#22166)
Browse files Browse the repository at this point in the history
* limit crypto
  • Loading branch information
scbedd authored Dec 14, 2021
1 parent a4d9e8b commit 0c83d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tox/install_depend_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"six": "1.12.0",
}

MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {}
MAXIMUM_VERSION_SUPPORTED_OVERRIDE = {"cryptography": "4.0.0"}


def install_dependent_packages(setup_py_file_path, dependency_type, temp_dir):
Expand Down

0 comments on commit 0c83d21

Please sign in to comment.