Skip to content

Commit a8406db

Browse files
committed
Update SDK using contracts version 31507641dae130f4952369b77b5b90a330fbfcf6
1 parent f490044 commit a8406db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eolymp/printer/printer_connector_pb2_grpc.py

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

66
from eolymp.printer import printer_connector_pb2 as eolymp_dot_printer_dot_printer__connector__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 eolymp/printer/printer_connector_pb2_grpc.py depends on'
21+
+ ' but the generated code in eolymp/printer/printer_connector_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)