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

commit e9299693a5ace0ca5c254a5f482395651785f45b
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Aug 11 11:37:49 2026 +0400

    Pin grpcio-tools==1.82.1 for python 3.14
---
 sdks/python/pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml
index a0c316f1b14..0ef08bf67df 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -25,7 +25,8 @@ requires = [
     # Currently Blocked on old dependencies of Beam tft extra:
     # 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'",
+    "grpcio-tools==1.71.0; python_version >= '3.13' and python_version < 
'3.14'",
+    "grpcio-tools==1.82.1; python_version >= '3.14'",
     "mypy-protobuf==3.5.0",
     # Avoid https://github.com/pypa/virtualenv/issues/2006
     "distlib==0.4.3",

Reply via email to