From 32171a8b1c3ca556078aa0b7e72d0489403f1d09 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 23 Jan 2026 06:54:34 -0500 Subject: [PATCH] Update BEAM_DEV_SDK_CONTAINER_TAG version --- 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 7ffde6866fc7..8a0fd5d25e84 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-20260121' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260123' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'