Skip to content

Commit 98f23f7

Browse files
chore: Bump temporalio Dep in Temporal Example
Version 1.26.0 of `temporalio` comes with sandbox agent support out of the box. No more need for the temporary vendoring to backport the functionality into the prior 1.25.x version. That was a temporary workaround to ensure the example worked on day 1 since we (Temporal) had to wait on making our release until after this project published 0.14.0 to avoid leaking the feature early.
1 parent 4f3c8a5 commit 98f23f7

18 files changed

+15
-2335
lines changed

examples/sandbox/extensions/temporal/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ any cloud provider API keys.
4646
```
4747

4848
The `just worker` and `just tui` commands automatically install dependencies
49-
and patch the installed `temporalio` package with vendored sandbox support.
50-
This patch step is temporary -- the next `temporalio` release will include
51-
sandbox support natively, at which point the vendored plugin and patch step
52-
will be removed. Until then, running the Python scripts directly without
53-
the patch step (i.e. skipping `just worker`/`just tui`) will fail at import
54-
time.
49+
before starting.
5550

5651
## TUI commands
5752

examples/sandbox/extensions/temporal/_vendored_plugin/__init__.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

examples/sandbox/extensions/temporal/_vendored_plugin/_invoke_model_activity.py

Lines changed: 0 additions & 301 deletions
This file was deleted.

0 commit comments

Comments
 (0)