Skip to content

Commit 3215c8a

Browse files
deps(runner): bump claude-agent-sdk 0.2.105, anthropic 0.111.0 (#1697)
## SDK Version Bump - `claude-agent-sdk`: 0.2.102 -> 0.2.105 - `anthropic`: 0.109.2 -> 0.111.0 ### TL;DR - 2 new feature(s), 3 bug fix(es) <details><summary><strong>New Features</strong> (2)</summary> | Feature | Package | Version | Claude | Gemini | Default | Action | |---------|---------|---------|--------|--------|---------|--------| | **helpers** | `anthropic` | 0.111.0 | Yes | - | Available | Review | | **add support for new code_execution_20260120 tool** | `anthropic` | 0.110.0 | - | - | Available | Review | </details> <details><summary><strong>Bug Fixes</strong> (3)</summary> - **append x-stainless-helper across header merges instead of clobbering** (`anthropic` 0.110.0): append x-stainless-helper across header merges instead of clobbering (#105) - **bedrock** (`anthropic` 0.110.0): preserve stream event type (#1682) - **helpers** (`anthropic` 0.110.0): single source of truth for x-stainless-helper key + closed value vocabulary (#95) </details> <details><summary><strong>Bundled Claude CLI Versions</strong> (3)</summary> | SDK Version | CLI Version | |-------------|-------------| | 0.2.105 | 2.1.183 | | 0.2.104 | 2.1.181 | | 0.2.103 | 2.1.179 | </details> <details><summary>Internal changes: <code>claude-agent-sdk</code> (3)</summary> - Updated bundled Claude CLI to version 2.1.183 (0.2.105) - Updated bundled Claude CLI to version 2.1.181 (0.2.104) - Updated bundled Claude CLI to version 2.1.179 (0.2.103) </details> --- _Automated by `.github/workflows/sdk-version-bump.yml`_ Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 073caca commit 3215c8a

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

components/runners/ambient-runner/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323

2424
[project.optional-dependencies]
2525
claude = [
26-
"anthropic[vertex]>=0.109.2",
27-
"claude-agent-sdk>=0.2.102",
26+
"anthropic[vertex]>=0.111.0",
27+
"claude-agent-sdk>=0.2.105",
2828
]
2929
observability = [
3030
"langfuse>=3.14.5",

components/runners/ambient-runner/uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)