From 0147c332362efb3fe57f8f8693ca3af3e75d69db Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 26 Jan 2026 14:40:54 -0500 Subject: [PATCH] chore(librarian): update gapic-generator to 1.30.5 --- .generator/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/requirements.in b/.generator/requirements.in index 8227873d28f5..235aadd808cf 100644 --- a/.generator/requirements.in +++ b/.generator/requirements.in @@ -1,5 +1,5 @@ click -gapic-generator==1.30.4 # Add cryptography to constraints file https://github.com/googleapis/gapic-generator-python/pull/2527 +gapic-generator==1.30.5 # Fix mypy issue https://github.com/googleapis/gapic-generator-python/pull/2536 nox starlark-pyo3>=2025.1 build