Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-07 | 1.1 kB | |
Release v0.1.1 source code.tar.gz | 2025-10-07 | 70.0 kB | |
Release v0.1.1 source code.zip | 2025-10-07 | 103.3 kB | |
Totals: 3 Items | 174.5 kB | 0 |
Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.1/
Installation
:::bash
pip install claude-agent-sdk==0.1.1
What's Changed
- feat: ClaudeSDKClient supports custom transport. by @jwx0925 in https://github.com/anthropics/claude-agent-sdk-python/pull/187
- changelog update by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/192
- Update model references to claude-sonnet-4-5 by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/198
- Add minimum Claude Code version check (2.0.0+) by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/206
- update PermissionResult to match latest control protocol by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/209
- chore: bump version to 0.1.1 by @github-actions[bot] in https://github.com/anthropics/claude-agent-sdk-python/pull/210
New Contributors
- @jwx0925 made their first contribution in https://github.com/anthropics/claude-agent-sdk-python/pull/187
Full Changelog: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.1.0...v0.1.1