File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google/cloud/spanner_dbapi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 : 136201b66f70829232b7ec63fa6e35ca765bcacb
5+ last_generated_commit : cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
66 apis :
77 - path : google/spanner/admin/database/v1
88 service_config : spanner.yaml
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515import platform
16- from google .cloud .spanner_v1 import gapic_version as package_version
1716
1817PY_VERSION = platform .python_version ()
19- VERSION = package_version .__version__
18+ __version__ = "3.59.0"
19+ VERSION = __version__
2020DEFAULT_USER_AGENT = "gl-dbapi/" + VERSION
You can’t perform that action at this time.
0 commit comments