Skip to content

Commit

Permalink
Exclude psycopg2-binary version broken on MacOS (#32812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Oct 16, 2024
1 parent 7311270 commit 9a79b39
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 @@ -424,7 +424,7 @@ def get_portability_package_data():
'scikit-learn>=0.20.0',
'setuptools',
'sqlalchemy>=1.3,<3.0',
'psycopg2-binary>=2.8.5,<3.0.0',
'psycopg2-binary>=2.8.5,<3.0.0,!=2.9.10',
'testcontainers[mysql]>=3.0.3,<4.0.0',
'cryptography>=41.0.2',
'hypothesis>5.0.0,<7.0.0',
Expand Down

0 comments on commit 9a79b39

Please sign in to comment.