From 247d7c24b8fa474e9ca85edcfba77187cb8dd026 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 9 Mar 2026 15:46:48 -0700 Subject: [PATCH 1/3] Update gapic-generator version to 1.30.10 --- .generator/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/requirements.in b/.generator/requirements.in index d58b58fc1da9..e6e5cfd6ad07 100644 --- a/.generator/requirements.in +++ b/.generator/requirements.in @@ -1,5 +1,5 @@ click -gapic-generator==1.30.9 # update repo location for core deps https://github.com/googleapis/gapic-generator-python/pull/2566 +gapic-generator==1.30.10 # update repo location for core deps https://github.com/googleapis/gapic-generator-python/pull/2566 nox starlark-pyo3>=2025.1 build From 3579a9c39c81aa6b357db9778458a8de43884491 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 9 Mar 2026 15:50:48 -0700 Subject: [PATCH 2/3] update change URL --- .generator/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/requirements.in b/.generator/requirements.in index e6e5cfd6ad07..e8d3d9c3fc41 100644 --- a/.generator/requirements.in +++ b/.generator/requirements.in @@ -1,5 +1,5 @@ click -gapic-generator==1.30.10 # update repo location for core deps https://github.com/googleapis/gapic-generator-python/pull/2566 +gapic-generator==1.30.10 # Allow protobuf 7.x https://github.com/googleapis/gapic-generator-python/pull/2575 nox starlark-pyo3>=2025.1 build From d33820cf5762e42c511d3efdad3aa21e83cd5991 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 10 Mar 2026 09:50:25 -0400 Subject: [PATCH 3/3] Bump minimum python version to 3.9 --- .generator/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/cli.py b/.generator/cli.py index 4dc20c6b53cb..d21b4496cb85 100644 --- a/.generator/cli.py +++ b/.generator/cli.py @@ -354,7 +354,7 @@ def _run_post_processor(output: str, library_id: str, is_mono_repo: bool): # TODO(https://github.com/googleapis/google-cloud-python/issues/15538): # Investigate if a `target_version needs to be maintained # or can be eliminated. - target_version = "py37" + target_version = "py39" common_args = [ f"--target-version={target_version}", "--line-length=88",