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 8b431c8ed2b Update Dataflow Python container (#39958)
8b431c8ed2b is described below
commit 8b431c8ed2b7edb9ac481fbb000139fcc50789cd
Author: Kenneth Knowles <[email protected]>
AuthorDate: Wed Sep 2 10:31:21 2026 -0400
Update Dataflow Python container (#39958)
---
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 888ab9dff3c..473e2a7a145 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-20260817'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260831'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'