v0.1.65
claude_agent_sdk_python_releasesApr 23, 2026
claude_agent_sdk_python_releases ยท Apr 25, 2026 ยท release
Bug Fixes Trio compatibility restored : Fixed RuntimeError: no running event loop when using ClaudeSDKClient or query() under trio, a regression introduced in v0.1.51. Uses sniffio-based dispatch to select the correct async primitive ( asyncio.Task vs trio.lowlevel.spawn_system_task ) at runtime while preserving the asyncio CPU-spin and cancel-scope fixes from #746 ( #870 ) Internal/Other Changes Updated bundled Claude CLI to version 2.1.120 Added sniffio>=1.0.0 as an explicit runtime dependency (already a transitive dep of anyio) PyPI: https://pypi.org/project/claude-agent-sdk/0.1.67/ pip install claude-agent-sdk==0.1.67