summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJeff Zambory <jeff.zambory@mongodb.com>2022-09-09 17:06:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-09 17:36:18 +0000
commit26985e5ca9875b2a21e11b9233689272963df80a (patch)
tree81ab6c05f57ac8fac02ad6c39474249c0bae3256 /etc
parenta2a4315b390c6ae638c4ace1c019cabb72295b35 (diff)
downloadmongo-26985e5ca9875b2a21e11b9233689272963df80a.tar.gz
SERVER-69569: Pin cryptography version
Diffstat (limited to 'etc')
-rw-r--r--etc/pip/components/platform.req1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
index 10bb44fb08f..ec5aabae7e5 100644
--- a/etc/pip/components/platform.req
+++ b/etc/pip/components/platform.req
@@ -3,3 +3,4 @@ pypiwin32>=223; sys_platform == "win32" and python_version > "3"
pywin32>=225; sys_platform == "win32" and python_version > "3"
cryptography == 2.3; platform_machine == "s390x" or platform_machine == "ppc64le" # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618
+cryptography == 36.0.2; platform_machine != "s390x" and platform_machine != "ppc64le" \ No newline at end of file