Skip to content

Commit a118f82

Browse files
authored
chore(librarian): bump gapic-generator to 1.28.3 (#14794)
1.28.3 is needed to resolve an issue where generation fails for libraries which don't contain samples. See https://github.com/googleapis/gapic-generator-python/releases/tag/v1.28.3 and googleapis/gapic-generator-python#2466 ``` Generation failed for google-apps-card google-apps-script-type google-cloud-alloydb-connectors google-cloud-appengine-logging google-cloud-bigquery-logging google-cloud-common google-cloud-iam-logging google-cloud-source-context google-geo-type google-maps-places google-shopping-type ``` The specific stack trace is ``` Broken 1 paths nox > black docs google samples tests noxfile.py setup.py Usage: black [OPTIONS] SRC ... Try 'black -h' for help. Error: Invalid value for 'SRC ...': Path 'samples' does not exist. nox > Command black docs google samples tests noxfile.py setup.py failed with exit code 2 ``` The reason that these libraries do not contain samples is that the APIs do not have any RPCs
1 parent 0b53f8e commit a118f82

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.28.2 # Bump `google-apps-card` dep to 0.3.0
2+
gapic-generator>=1.28.3 # format generated samples
33
nox
44
starlark-pyo3>=2025.1
55
build

0 commit comments

Comments
 (0)