Skip to content

Commit 41e701c

Browse files
committed
address failure
1 parent 5e8d17b commit 41e701c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
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: 136201b66f70829232b7ec63fa6e35ca765bcacb
5+
last_generated_commit: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
66
apis:
77
- path: google/spanner/admin/database/v1
88
service_config: spanner.yaml

google/cloud/spanner_dbapi/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
import platform
16-
from google.cloud.spanner_v1 import gapic_version as package_version
1716

1817
PY_VERSION = platform.python_version()
19-
VERSION = package_version.__version__
18+
__version__ = "3.59.0"
19+
VERSION = __version__
2020
DEFAULT_USER_AGENT = "gl-dbapi/" + VERSION

0 commit comments

Comments
 (0)