Skip to content

release: 0.85.0#1209

Open
stainless-app[bot] wants to merge 8 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.85.0#1209
stainless-app[bot] wants to merge 8 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 26, 2026

Automated Release PR

0.85.0 (2026-03-04)

Full Changelog: v0.84.0...v0.85.0

Features

  • tests: update mock server (7dc86a4)

Bug Fixes

  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot requested a review from a team as a code owner February 26, 2026 17:24
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 26, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/anthropic-python/7dc86a4ffc9e70533a58065496c78394c6a6e97a/anthropic-0.84.0-py3-none-any.whl'

Expires at: Thu, 02 Apr 2026 20:50:42 GMT
Updated at: Tue, 03 Mar 2026 20:50:42 GMT

…ng (#1462)

* fix(tool_runner): propagate container_id for programmatic tool calling

When using programmatic tool calling (PTC), the API returns a container_id
in the response that must be passed in subsequent requests. Without this,
the API returns an error:
'container_id is required when there are pending tool uses generated by
code execution with tools.'

This change updates both sync and async tool runners to extract the
container.id from responses and pass it in subsequent API calls.

* add a test, take container id from last message in the current state

---------

Co-authored-by: Stephanie Pang <stephanie@anthropic.com>
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 5 times, most recently from b3088a4 to 3720430 Compare March 2, 2026 05:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from c8c9ecc to a1e94a0 Compare March 3, 2026 05:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a1e94a0 to 6b700bb Compare March 3, 2026 20:50
@stainless-app stainless-app bot changed the title release: 0.84.1 release: 0.85.0 Mar 3, 2026
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6b700bb to 489d9ae Compare March 3, 2026 20:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 489d9ae to 6113790 Compare March 4, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants