From 04f5a3eb7705e8c71686fd9b35a8dee542b93a8d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Dec 2023 08:33:44 -0500 Subject: [PATCH] See https://github.com/googleapis/google-auth-library-python/issues/1440 --- testing/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 515751256..3bbf78a15 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -10,7 +10,9 @@ pytest-localserver pyu2f requests urllib3 -cryptography <41.0.8 +# See https://github.com/googleapis/google-auth-library-python/issues/1440 +cryptography < 39.0.0; python_version == '3.7' +cryptography; python_version >= '3.8' responses grpcio # Async Dependencies