Skip to content

Commit 36e5600

Browse files
chore: stick to grpcio 1.67.0
Signed-off-by: Jesús Fernández <[email protected]>
1 parent 5cf7fff commit 36e5600

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crossplane/function/proto/v1/run_function_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from crossplane.function.proto.v1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1_dot_run__function__pb2
77

8-
GRPC_GENERATED_VERSION = '1.66.2'
8+
GRPC_GENERATED_VERSION = '1.67.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

crossplane/function/proto/v1beta1/run_function_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from crossplane.function.proto.v1beta1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1beta1_dot_run__function__pb2
77

8-
GRPC_GENERATED_VERSION = '1.66.2'
8+
GRPC_GENERATED_VERSION = '1.67.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ classifiers = [
1717
]
1818

1919
dependencies = [
20-
"grpcio==1.*",
20+
"grpcio==1.67.0",
2121
"grpcio-reflection==1.*",
22-
"protobuf==5.28.3",
22+
"protobuf==5.27.2",
2323
"pydantic==2.*",
2424
"structlog==24.*",
2525
]
@@ -44,7 +44,7 @@ dependencies = ["ipython==8.28.0"]
4444
type = "virtual"
4545
detached = true
4646
path = ".venv-generate"
47-
dependencies = ["grpcio-tools==1.66.2"]
47+
dependencies = ["grpcio-tools==1.67.0"]
4848

4949
[tool.hatch.envs.generate.scripts]
5050
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"

0 commit comments

Comments
 (0)