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/py313/torch-2.12.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard e9053c3910e Bump torch from 2.8.0+cpu to 2.12.0 in
/sdks/python/container/ml/py313
add a88686c1594 Add DoFnRunner::finishKey() method (#38454)
add 705db250d51 [Dataflow Streaming] Activate SourceState Finalizers
before submitting workitem to harness threads (#38921)
add e8249afb1f7 Fix wordcount_rust requirements.txt and documentation
(#38877)
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 560f20b1bca Bump torch from 2.8.0+cpu to 2.12.0 in
/sdks/python/container/ml/py313
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 (e9053c3910e)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/container/ml/py313/torch-2.12.0
(560f20b1bca)
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 +-
.../org/apache/beam/runners/core/DoFnRunner.java | 12 +
.../runners/core/LateDataDroppingDoFnRunner.java | 6 +
.../apache/beam/runners/core/SimpleDoFnRunner.java | 3 +
.../beam/runners/core/StatefulDoFnRunner.java | 6 +
.../SimplePushbackSideInputDoFnRunnerTest.java | 4 +
.../flink/metrics/DoFnRunnerWithMetricsUpdate.java | 4 +
.../streaming/ExecutableStageDoFnOperator.java | 3 +
.../streaming/stableinput/BufferingDoFnRunner.java | 3 +
.../wrappers/streaming/DoFnOperatorTest.java | 3 +
.../worker/AssignWindowsParDoFnFactory.java | 3 +
.../worker/BatchModeUngroupingParDoFn.java | 3 +
.../CreateIsmShardKeyAndSortKeyDoFnFactory.java | 3 +
.../dataflow/worker/DataflowProcessFnRunner.java | 6 +
.../runners/dataflow/worker/ForwardingParDoFn.java | 6 +
.../dataflow/worker/GroupAlsoByWindowFnRunner.java | 4 +
.../dataflow/worker/GroupAlsoByWindowsParDoFn.java | 6 +
.../worker/PairWithConstantKeyDoFnFactory.java | 3 +
.../dataflow/worker/PartialGroupByKeyParDoFns.java | 6 +
.../ReifyTimestampAndWindowsParDoFnFactory.java | 3 +
.../runners/dataflow/worker/SimpleParDoFn.java | 3 +
.../StreamingKeyedWorkItemSideInputDoFnRunner.java | 6 +
.../StreamingKeyedWorkItemSideInputParDoFn.java | 3 +
.../worker/StreamingModeExecutionContext.java | 2 +-
.../StreamingPCollectionViewWriterParDoFn.java | 3 +
.../worker/StreamingSideInputDoFnRunner.java | 6 +
.../worker/ToIsmRecordForMultimapDoFnFactory.java | 3 +
.../runners/dataflow/worker/ValuesDoFnFactory.java | 3 +
.../WorkerCustomSourceOperationExecutor.java | 2 +-
.../util/common/worker/FlattenOperation.java | 3 +-
.../worker/util/common/worker/MapTaskExecutor.java | 4 +-
.../worker/util/common/worker/Operation.java | 4 +-
.../worker/util/common/worker/ParDoFn.java | 4 +
.../worker/util/common/worker/ParDoOperation.java | 4 +-
.../worker/util/common/worker/ReadOperation.java | 2 +-
.../worker/SimplePartialGroupByKeyParDoFn.java | 5 +
.../worker/util/common/worker/WorkExecutor.java | 2 +-
.../worker/util/common/worker/WriteOperation.java | 3 +-
.../work/processing/StreamingWorkScheduler.java | 5 +-
.../worker/IntrinsicMapTaskExecutorTest.java | 11 +-
.../worker/StreamingSideInputDoFnRunnerTest.java | 4 +
.../util/common/worker/ExecutorTestUtils.java | 2 +-
.../util/common/worker/MapTaskExecutorTest.java | 11 +-
.../util/common/worker/ParDoOperationTest.java | 8 +-
runners/spark/job-server/spark_job_server.gradle | 2 +
runners/spark/spark_runner.gradle | 2 +
.../translation/batch/DoFnRunnerFactory.java | 4 +
.../translation/batch/DoFnRunnerWithMetrics.java | 4 +
.../spark/translation/DoFnRunnerWithMetrics.java | 4 +
.../translation/SparkInputDataProcessorTest.java | 4 +
.../apache_beam/examples/wordcount_rust/README.md | 4 +-
.../examples/wordcount_rust/requirements.txt | 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 +-
74 files changed, 1672 insertions(+), 278 deletions(-)
create mode 100644 examples/notebooks/beam-ml/run_inference_gemini.ipynb
create mode 100644 sdks/python/container/profiler.go