This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/devContainers in repository https://gitbox.apache.org/repos/asf/beam.git
commit d61386ce7ee1807598215b34a9945d4bae8f7f8f Author: Danny McCormick <[email protected]> AuthorDate: Tue May 26 13:34:57 2026 -0400 Update BEAM_DEV_SDK_CONTAINER_TAG to new 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 6ecd6b1769b..4ea99f413fb 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 @@ SERIALIZED_SOURCE_KEY = 'serialized_source' # 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-20260427' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260526' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
