Skip to content

Commit 339f472

Browse files
Merge branch 'main' into renovate/pyarrow-22.x
2 parents 54670cd + b504825 commit 339f472

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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}.'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==25.9.0
2-
grpcio-tools==1.75.1
2+
grpcio-tools==1.76.0
33
grpcio==1.76.0
44
protobuf>=6.30.0
55
pyarrow==22.0.0

0 commit comments

Comments
 (0)