Skip to content

Commit 99570be

Browse files
[Release] Synchronize for release
1 parent 578dd67 commit 99570be

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ examples are structured in the style of a monorepo: all proto files can be found
1313
in the `api/` directory, grouped into subdirectories by proto package, while
1414
application code is broken into top-level directories by application name.
1515

16-
The [Reboot '.proto' definitions](https://docs.reboot.dev/develop/schema#code-generation)
16+
The [Reboot '.proto' definitions](https://docs.reboot.dev/develop/define/overview/#code-generation)
1717
can be found in the `api/` directory, grouped into
1818
subdirectories by proto package, while backend specific code can be
1919
found in top-level directories by application name.

hello-constructors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ In "Hello, Constructors" a state machine can't deliver messages until
88
that state machine has been created by calling its constructor method, giving it
99
an initial message to display.
1010

11-
Read more about constructors in the [Reboot documentation](https://docs.reboot.dev/develop/servicers#constructors).
11+
Read more about constructors in the [Reboot documentation](https://docs.reboot.dev/develop/call/overview/#constructing-instances).

hello-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ tasks.
77
In "Hello, Tasks," all messages saved in a Hello state machine will disappear
88
after 10 seconds, with a warning displayed after 7 seconds.
99

10-
Read more about async tasks in the [Reboot documentation](https://docs.reboot.dev/develop/call#scheduling).
10+
Read more about async tasks in the [Reboot documentation](https://docs.reboot.dev/develop/tasks/#scheduling-and-spawning).
1111

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.39.3",
4+
"reboot==0.41.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.39.3",
12+
"reboot==0.41.0",
1313
]
1414

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

0 commit comments

Comments
 (0)