From 5ffa6020abc00de98d9d701c14f5a74ce3c33d43 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 20 Jan 2026 13:31:01 -0500 Subject: [PATCH] chore(librarian): update gapic-generator to 1.30.4 --- .generator/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.generator/requirements.in b/.generator/requirements.in index 87adc6d50599..8227873d28f5 100644 --- a/.generator/requirements.in +++ b/.generator/requirements.in @@ -1,5 +1,5 @@ click -gapic-generator==1.30.3 # Fix mypy checks https://github.com/googleapis/gapic-generator-python/pull/2520 +gapic-generator==1.30.4 # Add cryptography to constraints file https://github.com/googleapis/gapic-generator-python/pull/2527 nox starlark-pyo3>=2025.1 build