Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-11 | 810 Bytes | |
Release v0.1.3 source code.tar.gz | 2025-10-11 | 76.0 kB | |
Release v0.1.3 source code.zip | 2025-10-11 | 110.4 kB | |
Totals: 3 Items | 187.2 kB | 0 |
Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.3/
Installation
:::bash
pip install claude-agent-sdk==0.1.3
What's Changed
- fix: convert Python-safe field names (async_, continue_) to CLI format by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/239
- feat: add strongly-typed hook inputs with TypedDict by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/240
- Revert "chore: temporarily disable Windows CI in test-e2e workflow" by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/241
- chore: release v0.1.3 by @github-actions[bot] in https://github.com/anthropics/claude-agent-sdk-python/pull/242
Full Changelog: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.1.2...v0.1.3