File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66from 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 '
99GRPC_VERSION = grpc .__version__
1010_version_not_supported = False
1111
1818if _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 } .'
Original file line number Diff line number Diff line change 55
66from 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 '
99GRPC_VERSION = grpc .__version__
1010_version_not_supported = False
1111
1818if _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 } .'
Original file line number Diff line number Diff line change 11black == 25.9.0
2- grpcio-tools == 1.75.1
2+ grpcio-tools == 1.76.0
33grpcio == 1.76.0
44protobuf >= 6.30.0
55pyarrow == 22.0.0
You can’t perform that action at this time.
0 commit comments