Skip to content

chore(build): update gapic-generator version to 1.37.1 and regenerate client libraries - #17968

Closed
hebaalazzeh wants to merge 2 commits into
mainfrom
update-gapic-generator-version
Closed

chore(build): update gapic-generator version to 1.37.1 and regenerate client libraries#17968
hebaalazzeh wants to merge 2 commits into
mainfrom
update-gapic-generator-version

Conversation

@hebaalazzeh

Copy link
Copy Markdown
Contributor

Summary

Updates the gapic-generator tool version to 1.37.1 in librarian.yaml and regenerates all Python client libraries across the monorepo.

Scope of Changes

  • librarian.yaml: Verified gapic-generator tool version is set to 1.37.1 under tools.pip.
  • Generated Client Libraries: Ran librarian generate --all to 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.

@hebaalazzeh hebaalazzeh self-assigned this Aug 1, 2026

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

Copy link
Copy Markdown
Contributor

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 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.

Comment on lines +1 to +2
3.14.0
py314

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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

@hebaalazzeh hebaalazzeh closed this Aug 1, 2026
@hebaalazzeh
hebaalazzeh deleted the update-gapic-generator-version branch August 1, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant