Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
gapic-generator==1.30.13 # https://github.com/googleapis/gapic-generator-python/releases/tag/v1.30.13
gapic-generator==1.32.0 # https://github.com/googleapis/gapic-generator-python/releases/tag/v1.32.0
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 package name gapic-generator appears to be a mismatch with the repository URL provided in the comment (gapic-generator-python). The version 1.32.0 corresponds to the gapic-generator-python package on PyPI, while gapic-generator is a different, legacy package. Consider updating the package name to match the intended Python package and its repository.

gapic-generator-python==1.32.0 # https://github.com/googleapis/gapic-generator-python/releases/tag/v1.32.0

nox
starlark-pyo3>=2025.1
build
Expand Down
Loading