From 26985e5ca9875b2a21e11b9233689272963df80a Mon Sep 17 00:00:00 2001 From: Jeff Zambory Date: Fri, 9 Sep 2022 17:06:16 +0000 Subject: SERVER-69569: Pin cryptography version --- etc/pip/components/platform.req | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.1