Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 626f542

Browse files
committed
wip
1 parent 31bd49f commit 626f542

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.librarian/generator-input/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@
243243

244244
# Use a python runtime which is available in the owlbot post processor here
245245
# https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
246-
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)
246+
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)

.librarian/state.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
22
libraries:
33
- id: google-cloud-spanner
44
version: 3.59.0
5-
last_generated_commit: 3a77bd60b37c086effb39819e9183fbc83e3a693
5+
last_generated_commit: 9fcfbea0aa5b50fa22e190faceb073d74504172b
66
apis:
77
- path: google/spanner/v1
88
service_config: spanner.yaml
@@ -18,6 +18,7 @@ libraries:
1818
- ^google/cloud/spanner_v1/gapic_version.py
1919
- ^google/cloud/spanner_v1/py.typed
2020
- ^google/cloud/spanner_v1/services
21+
- ^google/cloud/spanner_v1/types
2122
- ^google/cloud/spanner_admin_database_v1
2223
- ^google/cloud/spanner_admin_instance_v1
2324
- ^tests/unit/gapic
@@ -38,8 +39,9 @@ libraries:
3839
- ^samples/AUTHORING_GUIDE.md
3940
- ^samples/CONTRIBUTING.md
4041
- ^samples/generated_samples
41-
- ^scripts/fixup_pubsub_v1_keywords.py
42+
- ^scripts/fixup_
4243
- ^setup.py
44+
- ^testing/constraints-3.8
4345
- ^testing/constraints-3.9
4446
- ^testing/constraints-3.1
4547
- ^docs/_static

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@
243243

244244
# Use a python runtime which is available in the owlbot post processor here
245245
# https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
246-
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)
246+
s.shell.run(["nox", "-s", "blacken-3.14"], hide_output=False)

0 commit comments

Comments
 (0)