claude-code-sdk-python/src/claude_code_sdk
Lina Tawfik 3ab62b617d
fix: Pass proper Exception to CLIJSONDecodeError
The CLIJSONDecodeError constructor expects an Exception as the second
argument, not None. Changed to pass a ValueError with details about
the buffer size limit being exceeded.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 22:02:02 -07:00
..
_internal fix: Pass proper Exception to CLIJSONDecodeError 2025-06-30 22:02:02 -07:00
__init__.py chore: bump version to 0.0.13 2025-06-27 18:21:23 -07:00
_errors.py Initial Python SDK import 2025-06-12 00:16:19 -07:00
py.typed Initial Python SDK import 2025-06-12 00:16:19 -07:00
types.py Update MCP types to align with what Claude Code expects 2025-06-25 00:59:44 -07:00