LLMS
Anthropic SDK Python v0.87.0
RESUMEN
0.87.0 (2026-03-31) Full Changelog: v0.86.0...v0.87.0 Features * client: add error type field to APIStatusError ([dd563c0](
Descripción Detallada
0.87.0 (2026-03-31) Full Changelog: v0.86.0...v0.87.0 Features client: add error type field to APIStatusError (dd563c0) internal: implement indices array format for query and form serialization (11a6244) Bug Fixes honor _apiexclude_ in async transform path (8172232), closes #1610 memory: return resolved path from async validate_path (7b0add3) memory: use restrictive file mode for memory files (47ba5b8) sanitize endpoint path params (98f60e4) * transform schema: support enums ((
Actualización del Anthropic SDK Python con nuevas características y correcciones de errores.
- Se añadió un campo de tipo de error a APIStatusError.
- Se implementó un formato de array de índices para la serialización de consultas.
- Se corrigieron errores en la ruta de transformación asíncrona y en la validación de rutas.
A quién le importa
Todos los que usen Anthropic SDK Python.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Anthropic SDK Python v0.120.2
## 0.120.2 (2026-07-28) Full Changelog: [v0.120.1...v0.120.2](https://github.com/anthropics/anthropic-sdk-python/compare/v0.120.1...v0.120.2) ### Bug Fixes * **mcp:** support mcp sdk v2 alongside v1 ([#300](https://github.com/anthropics/anthropic-sdk-python/issues/300)) ([177f88c](https://github.
LLMS
Anthropic SDK Python v0.120.1
## 0.120.1 (2026-07-28) Full Changelog: [v0.120.0...v0.120.1](https://github.com/anthropics/anthropic-sdk-python/compare/v0.120.0...v0.120.1) ### Bug Fixes * **mcp:** pin mcp extra to <2 ([#1783](https://github.com/anthropics/anthropic-sdk-python/issues/1783)) ([fb66371](https://github.com/ant