This is an automated email from the ASF dual-hosted git repository.
tvalentyn 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 1007f73c8e4 Update python dev container tag (#37853)
1007f73c8e4 is described below
commit 1007f73c8e40f52733bcf22479f9d3e7e83ea321
Author: claudevdm <[email protected]>
AuthorDate: Tue Mar 17 13:53:25 2026 -0400
Update python dev container tag (#37853)
* Update python dev container tag
* Update sdks/python/apache_beam/runners/dataflow/internal/names.py
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: tvalentyn <[email protected]>
---
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 fc106097ae9..3a9444ce9a0 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-20260309'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260316'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'