diff --git a/sdks/python/setup.py b/sdks/python/setup.py index e7ffc0c9780c..bb8115109ab0 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -441,7 +441,7 @@ def get_portability_package_data(): 'psycopg2-binary>=2.8.5,<2.9.10; python_version <= "3.9"', 'psycopg2-binary>=2.8.5,<3.0; python_version >= "3.10"', 'testcontainers[mysql,kafka,milvus]>=4.0.0,<5.0.0', - 'cryptography>=41.0.2', + 'cryptography>=45.0.7', 'hypothesis>5.0.0,<7.0.0', 'virtualenv-clone>=0.5,<1.0', 'python-tds>=1.16.1',