From a2e06adbbee1e31be22c3f726122f970ef3fd300 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 28 Mar 2023 08:21:46 -0400 Subject: [PATCH] pin cryptography to 39.0.2 for time being --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a56a4122..535fe47f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -cryptography +cryptography==39.0.2 distro; sys_platform == 'linux' filelock google-api-python-client>=2.1