Skip to content

Update target Beam version to 2.73.0#3760

Merged
jrmccluskey merged 6 commits into
GoogleCloudPlatform:mainfrom
jrmccluskey:twoSeventyThreeRelease
May 6, 2026
Merged

Update target Beam version to 2.73.0#3760
jrmccluskey merged 6 commits into
GoogleCloudPlatform:mainfrom
jrmccluskey:twoSeventyThreeRelease

Conversation

@jrmccluskey
Copy link
Copy Markdown
Contributor

Updates target Beam version to 2.73.0, updates Python requirements files with new dependency versions and corresponding hashes.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.16%. Comparing base (5dd2a1f) to head (ee089a5).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...loud/teleport/v2/neo4j/utils/DataCastingUtils.java 66.66% 4 Missing and 1 partial ⚠️

❌ Your patch check has failed because the patch coverage (66.66%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3760       +/-   ##
=============================================
+ Coverage     37.19%   53.16%   +15.96%     
- Complexity      471     6497     +6026     
=============================================
  Files           194     1075      +881     
  Lines         11416    65263    +53847     
  Branches       1130     7239     +6109     
=============================================
+ Hits           4246    34695    +30449     
- Misses         6832    28240    +21408     
- Partials        338     2328     +1990     
Components Coverage Δ
spanner-templates 72.82% <ø> (∅)
spanner-import-export 68.64% <ø> (∅)
spanner-live-forward-migration 80.93% <ø> (∅)
spanner-live-reverse-replication 77.05% <ø> (∅)
spanner-bulk-migration 91.10% <ø> (∅)
gcs-spanner-dv 85.74% <ø> (∅)
Files with missing lines Coverage Δ
...loud/teleport/v2/neo4j/utils/DataCastingUtils.java 71.01% <66.66%> (ø)

... and 902 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jrmccluskey jrmccluskey marked this pull request as ready for review May 5, 2026 19:52
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on upgrading the project's dependency stack to align with Apache Beam 2.73.0. It involves a comprehensive update to Python requirements across multiple modules, ensuring that all third-party libraries are pinned with current versions and verified with updated security hashes. Additionally, a minor code adjustment was made to improve the robustness of date type handling in the Java codebase.

Highlights

  • Dependency Updates: Updated the target Apache Beam version to 2.73.0 across the project, including the POM file and various Python requirements files.
  • Python Dependency Management: Refreshed multiple Python dependency versions and their corresponding SHA256 hashes in requirements files, including updates to boto3, botocore, envoy-data-plane, google-auth, google-cloud-aiplatform, google-genai, oracledb, tenacity, and others.
  • New Dependencies: Added 'job-builder-util-transforms' and 'pydot' to several Python requirements files.
  • Code Refactoring: Updated the DataCastingUtils.java file to use a specific string identifier for the Date logical type instead of a class reference.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@jrmccluskey
Copy link
Copy Markdown
Contributor Author

@gemini-code-assist review

Copy link
Copy Markdown

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

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 various dependencies across multiple modules, including Apache Beam, Google Cloud libraries, and others. The review identifies concerns regarding the use of a hardcoded string for a date identifier in DataCastingUtils.java, the inclusion of a development version of the 'requests' library in production requirements, and the potential risks associated with downgrading the 'betterproto' library.

Comment thread python/src/main/python/job-builder-server/requirements.txt
Comment thread python/src/main/python/job-builder-server/requirements.txt
Comment thread python/src/main/python/word-count-python/requirements.txt
Comment thread python/src/main/python/word-count-python/requirements.txt
Copy link
Copy Markdown

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

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 various Python dependencies across multiple projects, including Apache Beam, Google Cloud libraries, and others. It also includes a code change in DataCastingUtils.java to use a string literal for a logical type identifier. My review highlights a potential maintainability issue with the hardcoded string in the Java code and a risk associated with using a development version of the requests library in production requirements.

Comment thread python/src/main/python/job-builder-server/requirements.txt
@jrmccluskey jrmccluskey requested review from Abacn, Amar3tto and damccorm May 6, 2026 17:13
Copy link
Copy Markdown
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

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

Thanks!

@jrmccluskey jrmccluskey merged commit af79eea into GoogleCloudPlatform:main May 6, 2026
64 of 66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants