Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.2.6
What's Changed
- Better async support by @mikelambert in #17
- Fail open when the tokenizer fails to load by @mikelambert in #16
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Fix for async API when handling errors
v0.2.4
What's Changed
- Raise exceptions on non-200 responses
- Support async methods
- Implement better length checks on prompts (to match what we officially support) to ensure quality completions
- Bump to 0.2.4
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Remove extra
\n
, useclaude-v1
by @jacksonkernion in #5 - format code to unified style by @ezzcodeezzlife in #2
- Add tokenizer utils by @nbhargava in #6
- Bump to version 0.2.3 by @nbhargava in #7
New Contributors
- @jacksonkernion made their first contribution in #5
- @ezzcodeezzlife made their first contribution in #2
- @nbhargava made their first contribution in #6
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fixup build info/dependencies and make a new 0.2.2 release
v0.2.1
Add LICENSE (#3)