chore(multiple samples): update requests dependency across all samples#14202
Merged
iennae merged 4 commits intoJun 3, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the requests library to version 2.34.2 across numerous requirements.txt files and introduces a Python version constraint of >= 3.10. Review feedback highlights that the absence of fallback entries for Python versions older than 3.10 will cause runtime errors in those environments. Additionally, the [security] extra is noted as deprecated and should be removed, and one file is identified as autogenerated, requiring updates to be made to the source configuration rather than the compiled file.
aea3b43 to
d582869
Compare
amcolin
reviewed
Jun 3, 2026
- Update requests to version 2.34.2 - Pin requests to python 3.10 and newer
Updated toml file to reflect docker file.
e13196d to
b9c0c97
Compare
iennae
approved these changes
Jun 3, 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.
Fixes b/515152945
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)