This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-python-ml-workflows
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-python-ml-workflows by 
this push:
     new 880655a0134 pin setuptools<82.0.0
880655a0134 is described below

commit 880655a01348b264c42338ee5278d99f1e8fdff8
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Feb 27 15:51:03 2026 +0400

    pin setuptools<82.0.0
---
 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 c705dcb438c..61d14798445 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -19,7 +19,7 @@
 # this is the minimum requirements for the build system to execute.
 [build-system]
 requires = [
-    "setuptools",
+    "setuptools<82.0.0",
     "wheel>=0.36.0",
     "grpcio-tools==1.62.1; python_version <= '3.12'",
     "grpcio-tools==1.71.0; python_version >= '3.13'",

Reply via email to