This is an automated email from the ASF dual-hosted git repository.
ahmedabualsaud 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 ce58563ffd9 update container tag (#36826)
ce58563ffd9 is described below
commit ce58563ffd98717f1c7ccb19227244f5b7ca5365
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Mon Nov 17 18:39:17 2025 +0300
update container tag (#36826)
---
sdks/python/apache_beam/runners/dataflow/internal/names.py | 3 ++-
1 file changed, 2 insertions(+), 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 ca88383e227..f2cd56d87ef 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -34,6 +34,7 @@ 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-20251105'
+
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20251113'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'