Skip to content

Update apache/beam_python3.14_sdk Docker tag to v2.76.0 - #14558

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/apache-beam_python3.14_sdk-2.x
Open

Update apache/beam_python3.14_sdk Docker tag to v2.76.0#14558
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/apache-beam_python3.14_sdk-2.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
apache/beam_python3.14_sdk final minor 2.73.02.76.0
apache/beam_python3.14_sdk stage minor 2.73.02.76.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested review from a team as code owners September 1, 2026 00:03
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 1, 2026
@product-auto-label product-auto-label Bot added samples Issues that are directly related to samples. api: people-and-planet-ai labels Sep 1, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 1, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Apache Beam SDK container version from 2.73.0 to 2.76.0 across several Dockerfiles. The reviewer highlighted multiple instances of version mismatches between the newly updated SDK container and the apache-beam library version specified in the corresponding requirements.txt files or pip installation commands, which could lead to runtime compatibility issues on Dataflow.


# Set the entrypoint to Apache Beam SDK worker launcher.
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.37.0. This version mismatch between the SDK harness and the SDK library can lead to runtime compatibility issues on Dataflow. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to match.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.


# Set the entrypoint to Apache Beam SDK worker launcher.
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.37.0. This version mismatch between the SDK harness and the SDK library can lead to runtime compatibility issues on Dataflow. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to match.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.


# Set the entrypoint to Apache Beam SDK worker launcher.
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.40.0. This version mismatch between the SDK harness and the SDK library can lead to runtime compatibility issues on Dataflow. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to match.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.

# use the image as SDK container image.
# The Beam version should match the version specified in requirements.txt
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.66.0. This violates the comment on line 32 which states that the Beam version should match the version specified in requirements.txt. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to maintain consistency and avoid runtime compatibility issues.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.


# Set the entrypoint to Apache Beam SDK worker launcher.
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.48.0. This version mismatch between the SDK harness and the SDK library can lead to runtime compatibility issues on Dataflow. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to match.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.


# Copy files from official SDK image.
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam pip package installed on line 40 is still pinned to 2.73.0. This version mismatch between the SDK harness and the SDK library can lead to runtime compatibility issues on Dataflow. The pip package version should be updated to 2.76.0 to match.

# Set the entrypoint to Apache Beam SDK worker launcher.
# Check this matches the apache-beam version in the requirements.txt
COPY --from=apache/beam_python3.14_sdk:2.73.0 /opt/apache/beam /opt/apache/beam
COPY --from=apache/beam_python3.14_sdk:2.76.0 /opt/apache/beam /opt/apache/beam

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Apache Beam SDK container version has been updated to 2.76.0, but the apache-beam version specified in requirements.txt is still 2.46.0. This violates the comment on line 27 which states that this should match the apache-beam version in requirements.txt. While it is acceptable to defer related changes in other files to subsequent pull requests, the version in requirements.txt should eventually be updated to 2.76.0 to maintain consistency and avoid runtime compatibility issues.

References
  1. To simplify the review process, pull requests should be focused on a single change. It is acceptable to defer related changes in other files to subsequent pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: people-and-planet-ai owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants