From 9cd99de6db9a54fd8fccedcd3619a9fe951636d5 Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Thu, 11 Dec 2025 11:15:34 -0800 Subject: [PATCH] Updates Beam Fn API container used by Dataflow at HEAD --- 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 f5d8683e1884..983347b62690 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 @@ # 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'