From 16945ce9d3262fd71f276114faa6addb68d1c0e6 Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Tue, 10 Mar 2026 16:07:07 +0000 Subject: [PATCH] update python 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 f19114d06fbb..fc106097ae9d 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-20260220' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260309' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'