v0.123.0
📦 anthropic-sdkView on GitHub →
✨ 3 features🐛 6 fixes🔧 7 symbols
Summary
This release introduces new features for file and memory store management, along with improvements to client headers and error handling. It also includes several bug fixes, such as retrying tool-result sends and running synchronous session tools in a worker thread.
Migration Steps
- Remove legacy Text Completions API examples from your codebase if you are still using them.
✨ New Features
- Added additions to files and memory stores.
- Updated skill, files, and user profiles.
- Added helpers for accessing the workspace ID in response headers.
🐛 Bug Fixes
- Removed unsupported mid_conv_system content block.
- Compute platform headers without spawning a subprocess.
- Export custom status errors from _exceptions.__all__.
- Export ServiceUnavailableError and DeadlineExceededError from the package root.
- Retry tool-result sends for at least the lease TTL.
- Run synchronous session tools in a worker thread.