Skip to content

Commit

Permalink
explicitly use >=41.0.2 for cryptography (#27608)
Browse files Browse the repository at this point in the history
Co-authored-by: xqhu <[email protected]>
  • Loading branch information
liferoad and liferoad authored Jul 26, 2023
1 parent b788d09 commit f35a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit f35a636

Please sign in to comment.