Skip to content

Commit 4b8c2cf

Browse files
feat: Add support for python 3.11 (#879)
* feat: Add support for python 3.11 chore: Update gapic-generator-python to v1.8.0 PiperOrigin-RevId: 500768693 Source-Link: googleapis/googleapis@190b612 Source-Link: googleapis/googleapis-gen@7bf29a4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2ba8b13 commit 4b8c2cf

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

google/cloud/spanner_admin_database_v1/services/database_admin/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_mtls_endpoint_and_cert_source(
167167
The API endpoint is determined in the following order:
168168
(1) if `client_options.api_endpoint` if provided, use the provided one.
169169
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
170-
default mTLS endpoint; if the environment variabel is "never", use the default API
170+
default mTLS endpoint; if the environment variable is "never", use the default API
171171
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
172172
use the default API endpoint.
173173

google/cloud/spanner_admin_database_v1/services/database_admin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def get_mtls_endpoint_and_cert_source(
420420
The API endpoint is determined in the following order:
421421
(1) if `client_options.api_endpoint` if provided, use the provided one.
422422
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
423-
default mTLS endpoint; if the environment variabel is "never", use the default API
423+
default mTLS endpoint; if the environment variable is "never", use the default API
424424
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
425425
use the default API endpoint.
426426

google/cloud/spanner_admin_instance_v1/services/instance_admin/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_mtls_endpoint_and_cert_source(
165165
The API endpoint is determined in the following order:
166166
(1) if `client_options.api_endpoint` if provided, use the provided one.
167167
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
168-
default mTLS endpoint; if the environment variabel is "never", use the default API
168+
default mTLS endpoint; if the environment variable is "never", use the default API
169169
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
170170
use the default API endpoint.
171171

google/cloud/spanner_admin_instance_v1/services/instance_admin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def get_mtls_endpoint_and_cert_source(
330330
The API endpoint is determined in the following order:
331331
(1) if `client_options.api_endpoint` if provided, use the provided one.
332332
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
333-
default mTLS endpoint; if the environment variabel is "never", use the default API
333+
default mTLS endpoint; if the environment variable is "never", use the default API
334334
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
335335
use the default API endpoint.
336336

google/cloud/spanner_v1/services/spanner/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_mtls_endpoint_and_cert_source(
139139
The API endpoint is determined in the following order:
140140
(1) if `client_options.api_endpoint` if provided, use the provided one.
141141
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
142-
default mTLS endpoint; if the environment variabel is "never", use the default API
142+
default mTLS endpoint; if the environment variable is "never", use the default API
143143
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
144144
use the default API endpoint.
145145

google/cloud/spanner_v1/services/spanner/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def get_mtls_endpoint_and_cert_source(
322322
The API endpoint is determined in the following order:
323323
(1) if `client_options.api_endpoint` if provided, use the provided one.
324324
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
325-
default mTLS endpoint; if the environment variabel is "never", use the default API
325+
default mTLS endpoint; if the environment variable is "never", use the default API
326326
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
327327
use the default API endpoint.
328328

testing/constraints-3.12.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
3+
# List all library dependencies and extras in this file.
4+
google-api-core
5+
proto-plus
6+
protobuf
7+
grpc-google-iam-v1

0 commit comments

Comments
 (0)