Skip to content

Commit 4406a4e

Browse files
committed
Add line about minimum req server version
1 parent 83d50d1 commit 4406a4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

worker_versioning/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The sample creates multiple worker versions (1.0, 1.1, and 2.0) within one deplo
1010
### Steps to run this sample:
1111

1212
1) Run a [Temporal service](https://github.com/temporalio/samples-python/tree/main/#how-to-use).
13+
Ensure that you're using at least Server version 1.28.0 (CLI version 1.4.0).
1314

1415
2) Start the main application (this will guide you through the sample):
1516
```bash
@@ -21,4 +22,5 @@ uv run worker_versioning/app.py
2122
- When prompted, run: `uv run worker_versioning/workerv1_1.py`
2223
- When prompted, run: `uv run worker_versioning/workerv2.py`
2324

24-
The sample will show how auto-upgrading workflows migrate to newer workers while pinned workflows remain on their original version.
25+
The sample will show how auto-upgrading workflows migrate to newer workers while pinned workflows
26+
remain on their original version.

0 commit comments

Comments
 (0)