We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f490044 commit a8406dbCopy full SHA for a8406db
1 file changed
eolymp/printer/printer_connector_pb2_grpc.py
@@ -5,7 +5,7 @@
5
6
from eolymp.printer import printer_connector_pb2 as eolymp_dot_printer_dot_printer__connector__pb2
7
8
-GRPC_GENERATED_VERSION = '1.75.1'
+GRPC_GENERATED_VERSION = '1.76.0'
9
GRPC_VERSION = grpc.__version__
10
_version_not_supported = False
11
@@ -18,7 +18,7 @@
18
if _version_not_supported:
19
raise RuntimeError(
20
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'
+ + ' but the generated code in eolymp/printer/printer_connector_pb2_grpc.py depends on'
22
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
23
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
0 commit comments