From 8b9b4cb78e278c7c00cdd22b2923c094a5f0d687 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 2 Feb 2026 13:50:01 -0500 Subject: [PATCH] chore(librarian): update gapic-generator to 1.30.6 --- .generator/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/requirements.in b/.generator/requirements.in index 235aadd808cf..281c15bcfe6f 100644 --- a/.generator/requirements.in +++ b/.generator/requirements.in @@ -1,5 +1,5 @@ click -gapic-generator==1.30.5 # Fix mypy issue https://github.com/googleapis/gapic-generator-python/pull/2536 +gapic-generator==1.30.6 # Fix incorrect REST serialization https://github.com/googleapis/gapic-generator-python/pull/2549 nox starlark-pyo3>=2025.1 build