This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch revert-32773-liferoad-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6e3516baf2894b806e9cd3592257ee896c03fe15 Author: liferoad <[email protected]> AuthorDate: Thu Oct 17 21:33:33 2024 -0400 Revert "Update pyproject.toml by using grpcio-tools==1.65.5" --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index a99599a2ce2..4eb82729701 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -21,7 +21,7 @@ requires = [ "setuptools", "wheel>=0.36.0", - "grpcio-tools==1.65.5", + "grpcio-tools==1.62.1", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7",
