Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 7201f67

Browse files
feat: Add support for python 3.11 (#547)
* 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 * require proto-plus 1.22.2 for python 3.11 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 50556d1 commit 7201f67

File tree

12 files changed

+18
-10
lines changed

12 files changed

+18
-10
lines changed

google/cloud/bigquery_storage_v1/services/big_query_read/async_client.py

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

google/cloud/bigquery_storage_v1/services/big_query_read/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def get_mtls_endpoint_and_cert_source(
339339
The API endpoint is determined in the following order:
340340
(1) if `client_options.api_endpoint` if provided, use the provided one.
341341
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
342-
default mTLS endpoint; if the environment variabel is "never", use the default API
342+
default mTLS endpoint; if the environment variable is "never", use the default API
343343
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
344344
use the default API endpoint.
345345

google/cloud/bigquery_storage_v1/services/big_query_write/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_mtls_endpoint_and_cert_source(
145145
The API endpoint is determined in the following order:
146146
(1) if `client_options.api_endpoint` if provided, use the provided one.
147147
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
148-
default mTLS endpoint; if the environment variabel is "never", use the default API
148+
default mTLS endpoint; if the environment variable is "never", use the default API
149149
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
150150
use the default API endpoint.
151151

google/cloud/bigquery_storage_v1/services/big_query_write/client.py

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

google/cloud/bigquery_storage_v1beta2/services/big_query_read/async_client.py

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

google/cloud/bigquery_storage_v1beta2/services/big_query_read/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def get_mtls_endpoint_and_cert_source(
341341
The API endpoint is determined in the following order:
342342
(1) if `client_options.api_endpoint` if provided, use the provided one.
343343
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
344-
default mTLS endpoint; if the environment variabel is "never", use the default API
344+
default mTLS endpoint; if the environment variable is "never", use the default API
345345
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
346346
use the default API endpoint.
347347

google/cloud/bigquery_storage_v1beta2/services/big_query_write/async_client.py

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

google/cloud/bigquery_storage_v1beta2/services/big_query_write/client.py

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

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "2.17.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "2.17.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)