This repository was archived by the owner on Mar 31, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
22libraries :
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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments