Skip to content

Commit 3b27c56

Browse files
[Release] Synchronize for release (#111)
1 parent 98bcd69 commit 3b27c56

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

api/hello_constructors/v1/hello.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ message SendRequest {
4949
string message = 1; // E.g. "Hello, World".
5050
}
5151

52-
message SendResponse {
53-
}
52+
message SendResponse {}

api/hello_legacy_grpc/v1/greeter.proto

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ service RebootGreeterMethods {
2929
}
3030
}
3131
service DeprecatedGreeter {
32-
rpc Greet(GreetRequest) returns (GreetResponse) {
33-
}
34-
rpc GetSalutation(google.protobuf.Empty) returns (GetSalutationResponse) {
35-
}
32+
rpc Greet(GreetRequest) returns (GreetResponse) {}
33+
rpc GetSalutation(google.protobuf.Empty) returns (GetSalutationResponse) {}
3634
}
3735

3836
service ProxyGreeter {
39-
rpc Greet(GreetRequest) returns (GreetResponse) {
40-
}
37+
rpc Greet(GreetRequest) returns (GreetResponse) {}
4138
}
4239

4340
message RebootGreeter {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
requires-python = ">= 3.10"
33
dependencies = [
4-
"reboot==0.42.0",
4+
"reboot==0.43.0",
55
]
66

77
[tool.rye]
88
dev-dependencies = [
99
"mypy==1.18.1",
1010
"pytest>=7.4.2",
1111
"types-protobuf>=4.24.0.20240129",
12-
"reboot==0.42.0",
12+
"reboot==0.43.0",
1313
]
1414

1515
# This project only uses `rye` to provide `python` and its dependencies, so

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163
pyyaml==6.0.2
164164
# via kubernetes-asyncio
165165
# via reboot
166-
reboot==0.42.0
166+
reboot==0.43.0
167167
setuptools==75.1.0
168168
# via grpcio-tools
169169
six==1.16.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152
pyyaml==6.0.2
153153
# via kubernetes-asyncio
154154
# via reboot
155-
reboot==0.42.0
155+
reboot==0.43.0
156156
setuptools==75.1.0
157157
# via grpcio-tools
158158
six==1.16.0

0 commit comments

Comments
 (0)