From d4fa99d91c1119dfff36e4774fcf15bbd4a9fe02 Mon Sep 17 00:00:00 2001 From: Tarun Annapareddy Date: Tue, 30 Sep 2025 13:15:20 -0700 Subject: [PATCH] Update python SDK container image --- 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 94707e072a32..09b505c18e68 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -34,6 +34,6 @@ # Unreleased sdks use container image tag specified below. # 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-20250917' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20250930' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'