v0.65.0
📦 anthropic-sdkView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces support for the code-execution-2025-08-26 tool and updates type hints across parameters to use SequenceNotStr instead of List[str].
✨ New Features
- client: adds support for code-execution-2025-08-26 tool
- types: replace List[str] with SequenceNotStr in params to improve type safety and prevent accidental string iteration
🐛 Bug Fixes
- Avoid newer type syntax to maintain compatibility with older Python versions
- client: remove unused import