Skip to content

Commit f3fbd8b

Browse files
flyersworderclaude
andcommitted
chore: pin claude-agent-sdk>=0.1.51 for task_budget support
The to_sdk_config() feature requires task_budget which was added in claude-agent-sdk 0.1.51. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 26f51bf commit f3fbd8b

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ adapter = DuckDBAdapter("analytics.duckdb")
9797
tools = create_tools(dc, adapter=adapter)
9898
```
9999

100-
### 3. Use with the Claude Agent SDK
100+
### 3. Use with the Claude Agent SDK (requires `claude-agent-sdk>=0.1.51`)
101101

102102
```python
103103
import asyncio

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Issues = "https://github.com/flyersworder/agentic-data-contracts/issues"
4141
Documentation = "https://github.com/flyersworder/agentic-data-contracts/blob/main/docs/architecture.md"
4242

4343
[project.optional-dependencies]
44-
agent-sdk = ["claude-agent-sdk"]
44+
agent-sdk = ["claude-agent-sdk>=0.1.51"]
4545
agent-contracts = ["ai-agent-contracts>=0.2.0"]
4646
bigquery = ["google-cloud-bigquery"]
4747
snowflake = ["snowflake-connector-python"]

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)