chore(deps): update dependency apache_beam to v2.73.0#14122
chore(deps): update dependency apache_beam to v2.73.0#14122renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the apache_beam dependency to version 2.73.0 in the requirements file. Feedback indicates that the Dockerfile should also be updated to match this version to ensure runtime consistency and avoid potential failures.
| # https://github.com/GoogleCloudPlatform/python-docs-samples/blob/c93accadf3bd29e9c3166676abb2c95564579c5e/dataflow/flex-templates/pipeline_with_dependencies/requirements.txt#L22, | ||
| # but for simplicity of this example, we are only including the top-level dependencies. | ||
| apache_beam[gcp]==2.66.0 | ||
| apache_beam[gcp]==2.73.0 |
There was a problem hiding this comment.
Updating apache_beam to 2.73.0 here increases the version mismatch with the Dockerfile. The Dockerfile (line 33) currently copies the Beam SDK from apache/beam_python3.10_sdk:2.62.0. As noted in the Dockerfile comments (line 32), these versions should match to ensure the Flex Template functions correctly at runtime. Please update the Dockerfile to use the matching Beam SDK version (e.g., apache/beam_python3.10_sdk:2.73.0) to maintain consistency.
This PR contains the following updates:
==2.66.0→==2.73.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.