This is an automated email from the ASF dual-hosted git repository. shunping pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push: new c0e4e45fca8 Bump python SDK harness to beam-master-20250917 (#36187) c0e4e45fca8 is described below commit c0e4e45fca82939f79b9acda2e2bb39502ea30a9 Author: Kenneth Knowles <k...@apache.org> AuthorDate: Thu Sep 18 08:24:21 2025 -0400 Bump python SDK harness to beam-master-20250917 (#36187) --- 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 cf9bf6208dc..94707e072a3 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 @@ SERIALIZED_SOURCE_KEY = 'serialized_source' # 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-20250827' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20250917' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'