Merge pull request #746 from exo-explore/grpcio1.70.0

downgrade grpc to 1.67.0. waiting for fix
This commit is contained in:
Alex Cheema
2025-02-28 21:26:11 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Generated by the protocol buffer compiler. DO NOT EDIT! # Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE # NO CHECKED-IN PROTOBUF GENCODE
# source: node_service.proto # source: node_service.proto
# Protobuf Python Version: 5.28.1 # Protobuf Python Version: 5.27.2
"""Generated protocol buffer code.""" """Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import descriptor_pool as _descriptor_pool
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion( _runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC, _runtime_version.Domain.PUBLIC,
5, 5,
28, 27,
1, 2,
'', '',
'node_service.proto' 'node_service.proto'
) )

View File

@@ -5,7 +5,7 @@ import warnings
from . import node_service_pb2 as node__service__pb2 from . import node_service_pb2 as node__service__pb2
GRPC_GENERATED_VERSION = '1.68.0' GRPC_GENERATED_VERSION = '1.67.0'
GRPC_VERSION = grpc.__version__ GRPC_VERSION = grpc.__version__
_version_not_supported = False _version_not_supported = False

View File

@@ -9,8 +9,8 @@ install_requires = [
"aiohttp==3.10.11", "aiohttp==3.10.11",
"aiohttp_cors==0.7.0", "aiohttp_cors==0.7.0",
"aiofiles==24.1.0", "aiofiles==24.1.0",
"grpcio==1.70.0", "grpcio==1.67.0",
"grpcio-tools==1.70.0", "grpcio-tools==1.67.0",
"Jinja2==3.1.4", "Jinja2==3.1.4",
"numpy==2.0.0", "numpy==2.0.0",
"nuitka==2.5.1", "nuitka==2.5.1",