This is an automated email from the ASF dual-hosted git repository.
chamikara 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 5d1381920e8 Updates Dataflow Python container (#35357)
5d1381920e8 is described below
commit 5d1381920e84ea724171c08761ca5e59f7dd4b01
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Fri Jun 20 09:48:38 2025 -0700
Updates Dataflow Python container (#35357)
---
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 82c1fce7c33..ac8c271afa2 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-20250530'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20250617'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'