v0.87.0
📦 anthropic-sdkView on GitHub →
✨ 2 features🐛 5 fixes🔧 2 symbols
Summary
This release introduces an error type field to APIStatusError and improves internal serialization handling. Several bug fixes address issues related to path validation, memory file handling, and schema transformation support.
✨ New Features
- Added an error type field to APIStatusError in the client.
- Implemented indices array format for query and form serialization internally.
🐛 Bug Fixes
- Fixed honoring __api_exclude__ in async transform path.
- Resolved returning the resolved path from async _validate_path in memory module.
- Fixed using a restrictive file mode for memory files.
- Sanitized endpoint path parameters.
- Added support for enums in transform schema.