This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-vllm-10-08
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-vllm-10-08 by this push:
new b31533a1d59 Add requirements
b31533a1d59 is described below
commit b31533a1d59861065cd20267149a085a4f26c40e
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Oct 8 16:21:22 2025 +0400
Add requirements
---
sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile | 2 +-
sdks/python/apache_beam/ml/inference/vllm_tests_requirements.txt | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
b/sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
index a8eb6be10be..7a9b4848f00 100644
--- a/sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
+++ b/sdks/python/apache_beam/ml/inference/test_resources/vllm.dockerfile
@@ -46,7 +46,7 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3
&& \
python3 -m pip install --upgrade pip setuptools wheel
# 4) Copy the Beam SDK harness (for Dataflow workers)
-COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:2.68.0.dev
\
+COPY --from=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:2.69.0.dev
\
/opt/apache/beam /opt/apache/beam
# 5) Make sure the harness is discovered first
diff --git a/sdks/python/apache_beam/ml/inference/vllm_tests_requirements.txt
b/sdks/python/apache_beam/ml/inference/vllm_tests_requirements.txt
index 939f0526d80..093208cc21f 100644
--- a/sdks/python/apache_beam/ml/inference/vllm_tests_requirements.txt
+++ b/sdks/python/apache_beam/ml/inference/vllm_tests_requirements.txt
@@ -19,4 +19,5 @@ torchvision>=0.8.2
pillow>=8.0.0
transformers>=4.18.0
google-cloud-monitoring>=2.27.0
-openai>=1.52.2
\ No newline at end of file
+openai>=1.52.2
+dill