Skip to content

Commit d703df4

Browse files
brianstrauchclaude
andcommitted
Remove stale unreleased-extra notes from READMEs
The google-genai and strands-agents extras of temporalio shipped in 1.31, which pyproject.toml already requires, so `uv sync --group ...` is enough. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 771edf2 commit d703df4

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

google_genai/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ These samples demonstrate the [Temporal Google GenAI plugin](https://github.com/
2525
uv sync --group google-genai
2626
```
2727

28-
> The `google-genai` extra of `temporalio` is shipping in an upcoming release. Until then, install the SDK from the source checkout:
29-
>
30-
> ```bash
31-
> uv pip install -e ../sdk-python --extra google-genai --extra pydantic
32-
> ```
33-
3428
2. Configure credentials. Most samples use the Gemini Developer API and read an API key from the environment:
3529

3630
```bash

strands_plugin/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ These samples demonstrate the [Temporal Strands plugin](https://github.com/tempo
2424
uv sync --group strands-agents
2525
```
2626

27-
> The `strands` extra of `temporalio` is shipping in an upcoming release. Until then, install the SDK from the strands branch:
28-
>
29-
> ```bash
30-
> uv pip install -e ../sdk-python --extra strands-agents --extra pydantic
31-
> ```
32-
3327
2. Configure AWS credentials. The samples use the plugin's default `BedrockModel()`, which picks up the standard AWS SDK credential chain. Make sure the credentials grant access to a Bedrock model in your selected region (e.g., `us-west-2`).
3428

3529
```bash

0 commit comments

Comments
 (0)