This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch revert-25855-dependabot/pip/sdks/python/sqlalchemy-gte-1.3-and-lt-3.0 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 39d4bb8bcad13bf58490e6bcbd41a46f0302d9b3 Author: Yi Hu <[email protected]> AuthorDate: Thu Mar 16 19:23:03 2023 -0400 Revert "Update sqlalchemy requirement in /sdks/python (#25855)" This reverts commit 831918f5713ef62bd4fecab68d7d9354502d3c60. --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 3d53163d672..45a247bdf47 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -283,7 +283,7 @@ if __name__ == '__main__': 'pytest-xdist>=2.5.0,<3', 'pytest-timeout>=2.1.0,<3', 'scikit-learn>=0.20.0', - 'sqlalchemy>=1.3,<3.0', + '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',
