v0.53.0
📦 anthropic-sdkView on GitHub →
✨ 2 features🐛 2 fixes⚡ 1 deprecations🔧 4 symbols
Summary
This release introduces support for the text_editor_20250429 tool and a new follow_redirects option, while deprecating BetaBase64PDFBlock in favor of BetaRequestDocumentBlock.
Migration Steps
- Replace usage of BetaBase64PDFBlock with BetaRequestDocumentBlock in your codebase.
✨ New Features
- Added follow_redirects request option to the client.
- Added support for the new text_editor_20250429 tool.
🐛 Bug Fixes
- Fixed internal typing remapping issues.
- Resolved naming inconsistencies by introducing BetaRequestDocumentBlock.
Affected Symbols
⚡ Deprecations
- BetaBase64PDFBlock is deprecated in favor of BetaRequestDocumentBlock.