chore(build): update gapic-generator version to 1.37.1 and regenerate client libraries - #17968
chore(build): update gapic-generator version to 1.37.1 and regenerate client libraries#17968hebaalazzeh wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs a significant cleanup of the gapic-generator package, removing numerous service documentation and configuration files. I have reviewed the changes and identified an issue in the .python-version file, where a non-standard identifier is included that may cause environment setup errors for other developers.
| 3.14.0 | ||
| py314 |
There was a problem hiding this comment.
The .python-version file contains py314 on the second line. Standard .python-version files should only contain valid, globally resolvable Python version strings (like 3.14.0). Including a local virtualenv name or non-standard identifier like py314 will cause pyenv to raise errors (e.g., pyenv: version 'py314' is not installed) for other developers who do not have this specific virtualenv configured locally. It is recommended to remove this line.
3.14.0
Summary
Updates the
gapic-generatortool version to1.37.1inlibrarian.yamland regenerates all Python client libraries across the monorepo.Scope of Changes
librarian.yaml: Verifiedgapic-generatortool version is set to1.37.1undertools.pip.librarian generate --allto update all Python client libraries with the updated configuration.Context & Approvals
Following the library generation workflow update (PR #17892 and googleapis/librarian PR #7019), generation now relies exclusively on the repository-level
librarian.yaml.