Skip to content

Commit 5070bdb

Browse files
authored
chore(librarian): update gapic-generator to 1.30.3 (googleapis#15363)
Mypy checks are currently failing on generated outputs, because the `google-auth` library [recently added some stricter type annotations](googleapis/google-auth-library-python#1588) For example, see the mypy failure [here](https://github.com/googleapis/python-datastore/actions/runs/20936345326/job/60159796798?pr=660) in `python-datastore`
1 parent 34fcd04 commit 5070bdb

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.2 # remove formatting changes
2+
gapic-generator==1.30.3 # Fix mypy checks https://github.com/googleapis/gapic-generator-python/pull/2520
33
nox
44
starlark-pyo3>=2025.1
55
build

0 commit comments

Comments
 (0)