From f35a6365e8a6a67e74e933f29789f5bbf5f59315 Mon Sep 17 00:00:00 2001 From: liferoad Date: Wed, 26 Jul 2023 14:14:19 -0400 Subject: [PATCH] explicitly use >=41.0.2 for cryptography (#27608) Co-authored-by: xqhu --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 3151b88d263d..17f612b2d421 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -295,7 +295,7 @@ def get_portability_package_data(): 'sqlalchemy>=1.3,<2.0', 'psycopg2-binary>=2.8.5,<3.0.0', 'testcontainers[mysql]>=3.0.3,<4.0.0', - 'cryptography>=36.0.0', + 'cryptography>=41.0.2', 'hypothesis>5.0.0,<=7.0.0', ], 'gcp': [