mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2831edff80 | ||
|
|
d7c3368533 |
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue