Skip to content

Commit 0962379

Browse files
committed
samples: workflow_streams: README and wheel packages cleanup
Now that temporalio 1.27.0 has shipped (and main has bumped to it in #302), drop the README's "install sdk-python from a branch" callout and point at >=1.27.0 instead. Also add workflow_streams to the wheel packages list alongside the other samples.
1 parent fb3c8fc commit 0962379

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ packages = [
9494
"updatable_timer",
9595
"worker_specific_task_queues",
9696
"worker_versioning",
97+
"workflow_streams",
9798
]
9899

99100
[tool.hatch.build.targets.wheel.sources]

workflow_streams/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Workflow Streams
22

3-
> **Experimental.** These samples target the
4-
> `temporalio.contrib.workflow_streams` module on the
5-
> [`contrib/pubsub` branch of sdk-python][branch], which is not yet
6-
> released. To run them locally, install sdk-python from that branch
7-
> (e.g. `uv pip install -e <path-to-sdk-python>` after checking out the
8-
> branch).
9-
10-
[branch]: https://github.com/temporalio/sdk-python/tree/contrib/pubsub
3+
> **Experimental.** These samples use
4+
> `temporalio.contrib.workflow_streams`, which ships in
5+
> `temporalio>=1.27.0`. The module is considered experimental and its
6+
> API may change in future versions.
117
128
`temporalio.contrib.workflow_streams` lets a workflow host a durable,
139
offset-addressed event channel. The workflow holds an append-only log;

0 commit comments

Comments
 (0)