8000 fix: Generate Python Code from `plugin-pb` (#109) · cloudquery/plugin-pb-python@ad56235 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad56235

Browse files
authored
fix: Generate Python Code from plugin-pb (#109)
This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
1 parent c68af36 commit ad56235

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cloudquery/discovery_v1/discovery_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2
77

8-
GRPC_GENERATED_VERSION = '1.64.1'
8+
GRPC_GENERATED_VERSION = '1.65.2'
99
GRPC_VERSION = grpc.__version__
10-
EXPECTED_ERROR_RELEASE = '1.65.0'
11-
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
10+
EXPECTED_ERROR_RELEASE = '1.66.0'
11+
SCHEDULED_RELEASE_DATE = 'August 6, 2024'
1212
_version_not_supported = False
1313

1414
try:

cloudquery/plugin_v3/plugin_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2
77

8-
GRPC_GENERATED_VERSION = '1.64.1'
8+
GRPC_GENERATED_VERSION = '1.65.2'
99
GRPC_VERSION = grpc.__version__
10-
EXPECTED_ERROR_RELEASE = '1.65.0'
11-
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
10+
EXPECTED_ERROR_RELEASE = '1.66.0'
11+
SCHEDULED_RELEASE_DATE = 'August 6, 2024'
1212
_version_not_supported = False
1313

1414
try:

0 commit comments

Comments
 (0)
0