Skip to content

Commit b504825

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cloudquery/discovery_v1/discovery_pb2_grpc.py

Lines changed: 2 additions & 2 deletions
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.75.1'
8+
GRPC_GENERATED_VERSION = '1.76.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

@@ -18,7 +18,7 @@
1818
if _version_not_supported:
1919
raise RuntimeError(
2020
f'The grpc package installed is at version {GRPC_VERSION},'
21-
+ f' but the generated code in cloudquery/discovery_v1/discovery_pb2_grpc.py depends on'
21+
+ ' but the generated code in cloudquery/discovery_v1/discovery_pb2_grpc.py depends on'
2222
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
2323
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
2424
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'

cloudquery/plugin_v3/plugin_pb2_grpc.py

Lines changed: 2 additions & 2 deletions
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.75.1'
8+
GRPC_GENERATED_VERSION = '1.76.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

@@ -18,7 +18,7 @@
1818
if _version_not_supported:
1919
raise RuntimeError(
2020
f'The grpc package installed is at version {GRPC_VERSION},'
21-
+ f' but the generated code in cloudquery/plugin_v3/plugin_pb2_grpc.py depends on'
21+
+ ' but the generated code in cloudquery/plugin_v3/plugin_pb2_grpc.py depends on'
2222
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
2323
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
2424
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'

0 commit comments

Comments
 (0)