Compare commits

...

2 commits

Author SHA1 Message Date
Ashwin Bhat
2831edff80
chore: bump version to 0.0.25
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 13:16:50 -07:00
Ashwin Bhat
d7c3368533
docs: mark package as deprecated in favor of claude-agent-sdk
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 13:13:40 -07:00
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Claude Code SDK for Python # Claude Code SDK for Python
> **⚠️ DEPRECATED**: This package has been deprecated and is no longer maintained. Please migrate to the [Claude Agent SDK](https://github.com/anthropics/claude-agent-sdk-python) (`claude-agent-sdk`).
Python SDK for Claude Code. See the [Claude Code SDK documentation](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-python) for more information. Python SDK for Claude Code. See the [Claude Code SDK documentation](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-python) for more information.
## Installation ## Installation

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "claude-code-sdk" name = "claude-code-sdk"
version = "0.0.23" version = "0.0.25"
description = "Python SDK for Claude Code" description = "Python SDK for Claude Code"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View file

@ -274,7 +274,7 @@ def create_sdk_mcp_server(
return McpSdkServerConfig(type="sdk", name=name, instance=server) return McpSdkServerConfig(type="sdk", name=name, instance=server)
__version__ = "0.0.23" __version__ = "0.0.25"
__all__ = [ __all__ = [
# Main exports # Main exports