diff --git a/sdks/python/setup.py b/sdks/python/setup.py index ea824be7fd293..e3b1d1af7ca5a 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -284,7 +284,7 @@ def get_portability_package_data(): 'pytest-xdist>=2.5.0,<4', 'pytest-timeout>=2.1.0,<3', 'scikit-learn>=0.20.0', - 'sqlalchemy>=1.3,<2.0', + 'sqlalchemy>=1.3,<3.0', 'psycopg2-binary>=2.8.5,<3.0.0', 'testcontainers[mysql]>=3.0.3,<4.0.0', 'cryptography>=36.0.0',