build(deps): update keras and adjust e2e test configuration - #14599
Draft
XrossFox wants to merge 3 commits into
Draft
build(deps): update keras and adjust e2e test configuration#14599XrossFox wants to merge 3 commits into
XrossFox wants to merge 3 commits into
Conversation
Bumps `keras` to version 3.15.1 and updates `pyOpenSSL` in the Dataflow gemma requirements to resolve Dependabot security alerts. Also updates `e2e_test.py` to read the `GEMMA_GCS` bucket path from the environment.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates dependencies in requirements.txt and modifies e2e_test.py to retrieve the GEMMA_GCS path from an environment variable instead of using a hardcoded string. The feedback suggests providing a default fallback value for os.getenv("GEMMA_GCS") to prevent potential runtime errors if the environment variable is not set.
Kef131
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps
kerasto version 3.15.1 and updatespyOpenSSLin the Dataflow gemma requirements to resolve Dependabot security alerts. Also updatese2e_test.pyto read theGEMMA_GCSbucket pathfrom the environment.
Tested locally: note, due to the docker image, this sample only runs on python 3.11.
Fixes b/558735949
Checklist
Testing
Compliance & Style
Post-Approval Actions