Skip to content

Commit 279a7b7

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cloudquery/discovery_v1/discovery_pb2_grpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2
77

8-
GRPC_GENERATED_VERSION = '1.63.0'
8+
GRPC_GENERATED_VERSION = '1.64.0'
99
GRPC_VERSION = grpc.__version__
1010
EXPECTED_ERROR_RELEASE = '1.65.0'
1111
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
@@ -68,6 +68,7 @@ def add_DiscoveryServicer_to_server(servicer, server):
6868
generic_handler = grpc.method_handlers_generic_handler(
6969
'cloudquery.discovery.v1.Discovery', rpc_method_handlers)
7070
server.add_generic_rpc_handlers((generic_handler,))
71+
server.add_registered_method_handlers('cloudquery.discovery.v1.Discovery', rpc_method_handlers)
7172

7273

7374
# This class is part of an EXPERIMENTAL API.

cloudquery/plugin_v3/plugin_pb2_grpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2
77

8-
GRPC_GENERATED_VERSION = '1.63.0'
8+
GRPC_GENERATED_VERSION = '1.64.0'
99
GRPC_VERSION = grpc.__version__
1010
EXPECTED_ERROR_RELEASE = '1.65.0'
1111
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
@@ -224,6 +224,7 @@ def add_PluginServicer_to_server(servicer, server):
224224
generic_handler = grpc.method_handlers_generic_handler(
225225
'cloudquery.plugin.v3.Plugin', rpc_method_handlers)
226226
server.add_generic_rpc_handlers((generic_handler,))
227+
server.add_registered_method_handlers('cloudquery.plugin.v3.Plugin', rpc_method_handlers)
227228

228229

229230
# This class is part of an EXPERIMENTAL API.

0 commit comments

Comments
 (0)