chore(genai/live): update setuptools and resolve dependabot issues in genai/live - #14604
Merged
XrossFox merged 1 commit intoSep 23, 2026
Merged
Conversation
…n genai/live Bumps `setuptools` (to 84.0.0) alongside several other dependencies (`scipy`, `numpy`, `soundfile`, `librosa`, `pytest`, `pytest-asyncio`) to resolve Dependabot security alerts. Additionally, this change: - Adjusts Python version testing in `noxfile_config.py`. - Comments out `pyaudio` (fails to build on Python >= 3.10) and removes `simpleaudio`. Note: 10 out of the 15 samples in this directory were already broken. To maintain the scope of this Dependabot dependency update, the necessary refactoring to fix these samples has been deferred to a separate task (b/563530665).
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates Python testing configurations and dependency versions, including upgrades to pytest, numpy, scipy, soundfile, and librosa. Feedback on these changes recommends adjusting the ignored Python versions in noxfile_config.py to ensure only the oldest (3.10) and newest (3.13) supported versions are tested, and removing the commented-out pyaudio dependency reference in requirements.txt as Python versions below 3.10 are no longer supported.
amcolin
approved these changes
Sep 22, 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
setuptools(to 84.0.0) alongside several other dependencies (scipy,numpy,soundfile,librosa,pytest,pytest-asyncio) to resolve Dependabot securityalerts.
Additionally, this change:
noxfile_config.py.pyaudio(fails to build on Python >= 3.10) and removessimpleaudio.Note: 10 out of the 15 samples in this directory were already broken. To maintain the scope of this Dependabot dependency update, the necessary refactoring to fix these samples
has been deferred to a separate task (b/563530665).
Fixes b/559810242
Checklist
Testing
Compliance & Style
Post-Approval Actions