This is an automated email from the ASF dual-hosted git repository.
Amar3tto pushed a commit to branch fix-python314
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-python314 by this push:
new 92695a66e25 Pin grpcio-tools==1.78.0 for python 3.14
92695a66e25 is described below
commit 92695a66e254475d95be378fb4dc06c2ce05e006
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Aug 11 11:44:43 2026 +0400
Pin grpcio-tools==1.78.0 for python 3.14
---
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 0ef08bf67df..75a6b4fc6ed 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -26,7 +26,7 @@ requires = [
# https://github.com/apache/beam/issues/37854
"grpcio-tools==1.62.1; python_version <= '3.12'",
"grpcio-tools==1.71.0; python_version >= '3.13' and python_version <
'3.14'",
- "grpcio-tools==1.82.1; python_version >= '3.14'",
+ "grpcio-tools==1.78.0; python_version >= '3.14'",
"mypy-protobuf==3.5.0",
# Avoid https://github.com/pypa/virtualenv/issues/2006
"distlib==0.4.3",