chore: stick to grpcio 1.67.0

Signed-off-by: Jesús Fernández <7312236+fernandezcuesta@users.noreply.github.com>
This commit is contained in:
Jesús Fernández 2024-11-26 20:02:53 +01:00
parent 5cf7fffbf1
commit 36e5600356
No known key found for this signature in database
GPG Key ID: F009C46F547D9A66
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import warnings
from crossplane.function.proto.v1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1_dot_run__function__pb2
GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.67.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

View File

@ -5,7 +5,7 @@ import warnings
from crossplane.function.proto.v1beta1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1beta1_dot_run__function__pb2
GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.67.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

View File

@ -17,9 +17,9 @@ classifiers = [
]
dependencies = [
"grpcio==1.*",
"grpcio==1.67.0",
"grpcio-reflection==1.*",
"protobuf==5.28.3",
"protobuf==5.27.2",
"pydantic==2.*",
"structlog==24.*",
]
@ -44,7 +44,7 @@ dependencies = ["ipython==8.28.0"]
type = "virtual"
detached = true
path = ".venv-generate"
dependencies = ["grpcio-tools==1.66.2"]
dependencies = ["grpcio-tools==1.67.0"]
[tool.hatch.envs.generate.scripts]
protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. crossplane/function/proto/v1beta1/run_function.proto crossplane/function/proto/v1/run_function.proto"