The release notes say that the CLI was updated to 2.1.118, but it actually ships 2.1.117.
❯ uv pip list | grep claude
claude-agent-sdk 0.1.65
❯ python -c "import claude_agent_sdk._cli_version; print(claude_agent_sdk._cli_version.__cli_version__)"
2.1.117
❯ /path_to_venv/lib/python3.14/site-packages/claude_agent_sdk/_bundled/claude --version
2.1.117 (Claude Code)
The release notes say that the CLI was updated to 2.1.118, but it actually ships 2.1.117.