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 f47f81cf244 [Python] Update dev SDK container tag for Python SDK
(#37661)
f47f81cf244 is described below
commit f47f81cf244a2ed9fc93d034c9e2d581b78e5711
Author: Radosław Stankiewicz <[email protected]>
AuthorDate: Tue Feb 24 23:52:58 2026 +0100
[Python] Update dev SDK container tag for Python SDK (#37661)
update container tags
---
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 8a0fd5d25e8..f19114d06fb 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-20260123'
+BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20260220'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'