perxis.extensions.extension_pb2_grpc
Client and server classes corresponding to protobuf-defined services.
1# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! 2"""Client and server classes corresponding to protobuf-defined services.""" 3import grpc 4import warnings 5 6 7GRPC_GENERATED_VERSION = '1.67.1' 8GRPC_VERSION = grpc.__version__ 9_version_not_supported = False 10 11try: 12 from grpc._utilities import first_version_is_lower 13 _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION) 14except ImportError: 15 _version_not_supported = True 16 17if _version_not_supported: 18 raise RuntimeError( 19 f'The grpc package installed is at version {GRPC_VERSION},' 20 + f' but the generated code in extensions/extension_pb2_grpc.py depends on' 21 + f' grpcio>={GRPC_GENERATED_VERSION}.' 22 + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}' 23 + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.' 24 )
GRPC_GENERATED_VERSION =
'1.67.1'
GRPC_VERSION =
'1.67.1'