diff --git a/sdks/python/setup.py b/sdks/python/setup.py index b4175ad98e92..cac27db69803 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -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',