v0.58.0
📦 anthropic-sdkView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces official support for Python 3.13 and includes bug fixes for GET request headers and nested union parsing.
✨ New Features
- Cleaned up environment call outs in the codebase.
- Added official support for Python 3.13.
🐛 Bug Fixes
- Client: Prevent sending Content-Type headers on GET requests.
- Parsing: Correctly handle nested discriminated unions during response parsing.