This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 576a80232f8 Updates Beam Fn API container used by Dataflow at HEAD
(#37088)
576a80232f8 is described below
commit 576a80232f8edca5e732eea97b90482209c8a460
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Thu Dec 11 13:34:38 2025 -0800
Updates Beam Fn API container used by Dataflow at HEAD (#37088)
---
sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py
b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index f5d8683e188..983347b6269 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -35,6 +35,6 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
# Update this tag whenever there is a change that
# requires changes to SDK harness container or SDK harness launcher.
-BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20251205'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20251210'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'