Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 646efcb

Browse filesBrowse files
feat: Add support for python 3.11 (#56)
* 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 1f5299c commit 646efcb
Copy full SHA for 646efcb

File tree

Expand file treeCollapse file tree

5 files changed

+12
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+12
-3
lines changed
Open diff view settings
Collapse file

‎packages/google-cloud-bigquery-data-exchange/google/cloud/bigquery_data_exchange_v1beta1/services/analytics_hub_service/async_client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-data-exchange/google/cloud/bigquery_data_exchange_v1beta1/services/analytics_hub_service/async_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_mtls_endpoint_and_cert_source(
154154
The API endpoint is determined in the following order:
155155
(1) if `client_options.api_endpoint` if provided, use the provided one.
156156
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
157-
default mTLS endpoint; if the environment variabel is "never", use the default API
157+
default mTLS endpoint; if the environment variable is "never", use the default API
158158
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
159159
use the default API endpoint.
160160
Collapse file

‎packages/google-cloud-bigquery-data-exchange/google/cloud/bigquery_data_exchange_v1beta1/services/analytics_hub_service/client.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-data-exchange/google/cloud/bigquery_data_exchange_v1beta1/services/analytics_hub_service/client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def get_mtls_endpoint_and_cert_source(
345345
The API endpoint is determined in the following order:
346346
(1) if `client_options.api_endpoint` if provided, use the provided one.
347347
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
348-
default mTLS endpoint; if the environment variabel is "never", use the default API
348+
default mTLS endpoint; if the environment variable is "never", use the default API
349349
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
350350
use the default API endpoint.
351351
Collapse file

‎packages/google-cloud-bigquery-data-exchange/samples/generated_samples/snippet_metadata_google.cloud.bigquery.dataexchange.v1beta1.json‎

Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-data-exchange/samples/generated_samples/snippet_metadata_google.cloud.bigquery.dataexchange.v1beta1.json
+1-1Lines 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-data-exchange",
11-
"version": "0.4.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{
Collapse file

‎packages/google-cloud-bigquery-data-exchange/setup.py‎

Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-data-exchange/setup.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
dependencies = [
4141
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
43+
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4344
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4445
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
4546
]
@@ -80,6 +81,7 @@
8081
"Programming Language :: Python :: 3.8",
8182
"Programming Language :: Python :: 3.9",
8283
"Programming Language :: Python :: 3.10",
84+
"Programming Language :: Python :: 3.11",
8385
"Operating System :: OS Independent",
8486
"Topic :: Internet",
8587
],
Collapse file
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.