chore: pin claude-agent-sdk dependency and reconcile uv.lock
Adds claude-agent-sdk>=0.1.59 to pyproject.toml. Running uv lock also reconciled ~1600 lines of orphaned entries (opentelemetry, posthog, traceloop-sdk, uptrace, etc.) that had been removed from pyproject.toml in earlier changes without re-locking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9a0bbb8294
commit
4c1879d9f2
|
|
@ -11,6 +11,7 @@ requires-python = ">=3.10"
|
|||
dependencies = [
|
||||
"langchain-core>=0.3.81",
|
||||
"backtrader>=1.9.78.123",
|
||||
"claude-agent-sdk>=0.1.59",
|
||||
"langchain-anthropic>=0.3.15",
|
||||
"langchain-experimental>=0.3.4",
|
||||
"langchain-google-genai>=4.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue