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 ba24026520d Drop in uv to resolve deps.
ba24026520d is described below
commit ba24026520d648d82ff7ed902da68ebdaa6e8c21
Author: Shunping Huang <[email protected]>
AuthorDate: Mon Jun 29 13:34:14 2026 -0400
Drop in uv to resolve deps.
---
sdks/python/apache_beam/testing/load_tests/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/testing/load_tests/build.gradle
b/sdks/python/apache_beam/testing/load_tests/build.gradle
index 73699e89c70..30279c57131 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 -r
${requirementsTxtFileArg}"
+ args '-c', "${project.ext.envdir}/bin/python -m pip install uv && .
${project.ext.envdir}/bin/activate && uv pip install -r
${requirementsTxtFileArg}"
}
}
}