Skip to content

Commit 7fc88cf

Browse files
authored
chore(librarian): update gapic-generator to 1.30.10 (googleapis#16060)
Updates gapic generator version to add support for protobuf 7.x
2 parents 045ad49 + d33820c commit 7fc88cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def _run_post_processor(output: str, library_id: str, is_mono_repo: bool):
354354
# TODO(https://github.com/googleapis/google-cloud-python/issues/15538):
355355
# Investigate if a `target_version needs to be maintained
356356
# or can be eliminated.
357-
target_version = "py37"
357+
target_version = "py39"
358358
common_args = [
359359
f"--target-version={target_version}",
360360
"--line-length=88",

.generator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click
2-
gapic-generator==1.30.9 # update repo location for core deps https://github.com/googleapis/gapic-generator-python/pull/2566
2+
gapic-generator==1.30.10 # Allow protobuf 7.x https://github.com/googleapis/gapic-generator-python/pull/2575
33
nox
44
starlark-pyo3>=2025.1
55
build

0 commit comments

Comments
 (0)