Skip to content

Commit 98bcd69

Browse files
[Release] Synchronize for release (#110)
1 parent 2dd5a78 commit 98bcd69

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

hello-legacy-grpc/backend/src/reboot_greeter_servicer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ async def get_salutation(
7676
salutation = await self._get_deprecated_salutation(context)
7777
return GetSalutationResponse(salutation=salutation)
7878

79+
@classmethod
7980
async def initialize(
80-
self,
81+
cls,
8182
context: WorkflowContext,
8283
request: Empty,
8384
):

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.41.0",
4+
"reboot==0.42.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.41.0",
12+
"reboot==0.42.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.41.0
166+
reboot==0.42.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.41.0
155+
reboot==0.42.0
156156
setuptools==75.1.0
157157
# via grpcio-tools
158158
six==1.16.0

0 commit comments

Comments
 (0)