This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit f3708e06e130dc40baafc96f5e8786dc697ddb3c Author: liferoad <[email protected]> AuthorDate: Mon Oct 14 17:06:03 2024 -0400 Update pyproject.toml --- 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 4eb82729701..d34afcf70a5 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -21,7 +21,7 @@ requires = [ "setuptools", "wheel>=0.36.0", - "grpcio-tools==1.62.1", + "grpcio-tools>=1.62.1", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7",
