From f7486fe6f7d10df71a1f02accc91037655e42f94 Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Fri, 30 May 2025 11:12:17 -0400 Subject: [PATCH] update container tag --- 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 d9e225854954..82c1fce7c337 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-20250418' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20250530' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'