Skip to content

Commit 287a913

Browse files
authored
chore(librarian): update gapic-generator to 1.30.5 (#15486)
This PR is needed to address the following failure in PR #15458 when attempting to enable the `mypy` presubmit. ``` .nox/mypy-3-14/lib/python3.14/site-packages/google/cloud/compute_v1beta/services/wire_groups/transports/base.py:88: error: Name "Any" is not defined [name-defined] .nox/mypy-3-14/lib/python3.14/site-packages/google/cloud/compute_v1beta/services/wire_groups/transports/base.py:88: note: Did you forget to import it from "typing"? (Suggestion: "from typing import Any") .nox/mypy-3-14/lib/python3.14/site-packages/google/cloud/compute_v1beta/services/vpn_tunnels/transports/base.py:88: error: Name "Any" is not defined [name-defined] ``` See googleapis/gapic-generator-python#2536 for more details
1 parent 720be60 commit 287a913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.4 # Add cryptography to constraints file https://github.com/googleapis/gapic-generator-python/pull/2527
2+
gapic-generator==1.30.5 # Fix mypy issue https://github.com/googleapis/gapic-generator-python/pull/2536
33
nox
44
starlark-pyo3>=2025.1
55
build

0 commit comments

Comments
 (0)