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

shunping pushed a commit to branch resolution-too-deep
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/resolution-too-deep by this 
push:
     new b831a82ef1b Upgrade lower bound
b831a82ef1b is described below

commit b831a82ef1b8fcf6a19dbc5332503efdd1765e1f
Author: Shunping Huang <[email protected]>
AuthorDate: Mon Jun 29 15:11:13 2026 -0400

    Upgrade lower bound
---
 .../ml_transform/mltransform_generate_vocab_requirements.txt        | 6 +++---
 sdks/python/apache_beam/testing/load_tests/build.gradle             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
 
b/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
index 724729a98fe..6af9725139e 100644
--- 
a/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
+++ 
b/sdks/python/apache_beam/examples/ml_transform/mltransform_generate_vocab_requirements.txt
@@ -18,9 +18,9 @@
 # MLTransform TFT operations need a consistent TensorFlow Transform stack;
 # otherwise workers can crash-loop with pandas/numpy ABI mismatches.
 google-cloud-monitoring>=2.27.0
-tensorflow_transform>=1.16.0,<1.17.0
-tensorflow-metadata>=1.16.0,<1.17.0
-tfx-bsl>=1.16.0,<1.17.0
+tensorflow_transform>=1.17.0,<1.18.0
+tensorflow-metadata>=1.17.0,<1.18.0
+tfx-bsl>=1.17.0,<1.18.0
 numpy<2
 pandas<2
 dill
diff --git a/sdks/python/apache_beam/testing/load_tests/build.gradle 
b/sdks/python/apache_beam/testing/load_tests/build.gradle
index 30279c57131..4e01aec198b 100644
--- a/sdks/python/apache_beam/testing/load_tests/build.gradle
+++ b/sdks/python/apache_beam/testing/load_tests/build.gradle
@@ -55,7 +55,7 @@ task run(type: Exec, dependsOn: installGcpTest) {
         exec {
           setWorkingDir "${project.rootDir}/sdks/python"
           executable 'sh'
-          args '-c', "${project.ext.envdir}/bin/python -m pip install uv && . 
${project.ext.envdir}/bin/activate && uv pip install -r 
${requirementsTxtFileArg}"
+          args '-c', "${project.ext.envdir}/bin/python -m pip install uv && . 
${project.ext.envdir}/bin/activate && echo '=== Environment before install ===' 
&& uv pip freeze && echo '=== Running uv pip install with verbose logging ===' 
&& uv pip install -vv -r ${requirementsTxtFileArg}"
         }
      }
    }

Reply via email to