File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
crossplane/function/proto Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
from crossplane .function .proto .v1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1_dot_run__function__pb2
7
7
8
- GRPC_GENERATED_VERSION = '1.66.2 '
8
+ GRPC_GENERATED_VERSION = '1.67.0 '
9
9
GRPC_VERSION = grpc .__version__
10
10
_version_not_supported = False
11
11
Original file line number Diff line number Diff line change 5
5
6
6
from crossplane .function .proto .v1beta1 import run_function_pb2 as crossplane_dot_function_dot_proto_dot_v1beta1_dot_run__function__pb2
7
7
8
- GRPC_GENERATED_VERSION = '1.66.2 '
8
+ GRPC_GENERATED_VERSION = '1.67.0 '
9
9
GRPC_VERSION = grpc .__version__
10
10
_version_not_supported = False
11
11
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ classifiers = [
17
17
]
18
18
19
19
dependencies = [
20
- " grpcio==1.* " ,
20
+ " grpcio==1.67.0 " ,
21
21
" grpcio-reflection==1.*" ,
22
- " protobuf==5.28.3 " ,
22
+ " protobuf==5.27.2 " ,
23
23
" pydantic==2.*" ,
24
24
" structlog==24.*" ,
25
25
]
@@ -44,7 +44,7 @@ dependencies = ["ipython==8.28.0"]
44
44
type = " virtual"
45
45
detached = true
46
46
path = " .venv-generate"
47
- dependencies = [" grpcio-tools==1.66.2 " ]
47
+ dependencies = [" grpcio-tools==1.67.0 " ]
48
48
49
49
[tool .hatch .envs .generate .scripts ]
50
50
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"
You can’t perform that action at this time.
0 commit comments