This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/pip/sdks/python/container/ml/py311/vllm-0.22.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard f188d1f80c1 Bump vllm from 0.10.1.1 to 0.22.0 in
/sdks/python/container/ml/py311
add 64bb91099a9 Exclude testSideInputNotReadyTimer from Spark batch suites
(#38939)
add 7d642a024a4 Add Gemini RunInference example notebook (#38943)
add 712d981ea79 update agent skills table (#38818)
add 6ffee9feebb [Infra] Add beam_viewer and beam_writer roles for GSoC
2026 participant (#38933)
add ebde16e3713 Add instrumentation for memory profiling in Python SDK
(#38853)
add e62881bfdc4 Bump vllm from 0.10.1.1 to 0.22.0 in
/sdks/python/container/ml/py311
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f188d1f80c1)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/container/ml/py311/vllm-0.22.0
(e62881bfdc4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.agent/skills/README.md | 3 +
CHANGES.md | 7 +-
.../notebooks/beam-ml/run_inference_gemini.ipynb | 609 +++++++++++++++++++++
infra/iam/users.yml | 8 +-
runners/spark/job-server/spark_job_server.gradle | 2 +
runners/spark/spark_runner.gradle | 2 +
.../python/apache_beam/options/pipeline_options.py | 76 +++
.../apache_beam/options/pipeline_options_test.py | 37 ++
.../options/pipeline_options_validator.py | 2 +
sdks/python/container/Dockerfile | 3 +
.../container/base_image_requirements_manual.txt | 2 +
sdks/python/container/boot.go | 90 ++-
.../container/ml/py310/base_image_requirements.txt | 44 +-
.../container/ml/py310/gpu_image_requirements.txt | 60 +-
.../container/ml/py311/base_image_requirements.txt | 44 +-
.../container/ml/py311/gpu_image_requirements.txt | 60 +-
.../container/ml/py312/base_image_requirements.txt | 44 +-
.../container/ml/py312/gpu_image_requirements.txt | 60 +-
.../container/ml/py313/base_image_requirements.txt | 44 +-
sdks/python/container/profiler.go | 336 ++++++++++++
.../container/py310/base_image_requirements.txt | 41 +-
.../container/py311/base_image_requirements.txt | 41 +-
.../container/py312/base_image_requirements.txt | 41 +-
.../container/py313/base_image_requirements.txt | 41 +-
.../container/py314/base_image_requirements.txt | 41 +-
25 files changed, 1487 insertions(+), 251 deletions(-)
create mode 100644 examples/notebooks/beam-ml/run_inference_gemini.ipynb
create mode 100644 sdks/python/container/profiler.go