Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.2.10
v0.2.9
What's Changed
- Remove length check from automatic SDK validations. by @jenan-anthropic in #30
- fix: api_url concat by @nero19960329 in #27
New Contributors
- @jenan-anthropic made their first contribution in #30
- @nero19960329 made their first contribution in #27
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Remove length check from automatic SDK validations #30
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Fix: UnicodeEncodeError by @Anthony-Sarkis in #19
New Contributors
- @Anthony-Sarkis made their first contribution in #19
Full Changelog: v0.2.6...v0.2.7
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)