diff --git a/Dockerfile b/Dockerfile index 27557af..596455c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Multi-language Claude Agent SDK container # Supports both TypeScript/JavaScript and Python -# Build Date: 2026-04-24 -# Python SDK: claude-agent-sdk ~v0.1.66 +# Build Date: 2026-04-25 +# Python SDK: claude-agent-sdk ~v0.1.68 # Inherits Claude Agent SDK CLI from base TypeScript image # Stage 1: Build Python dependencies diff --git a/Dockerfile.alpine-python b/Dockerfile.alpine-python index 2b2771a..a04b60c 100644 --- a/Dockerfile.alpine-python +++ b/Dockerfile.alpine-python @@ -1,6 +1,6 @@ # Alpine Python extension - adds Python SDK to Alpine base -# Build Date: 2026-04-24 -# Python SDK: claude-agent-sdk ~v0.1.66 +# Build Date: 2026-04-25 +# Python SDK: claude-agent-sdk ~v0.1.68 # Inherits Claude Agent SDK CLI from base Alpine image # Build argument for base image (defaults to published alpine image) diff --git a/versions.json b/versions.json index 0ef3211..996868c 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "claude-agent-sdk-cli": "0.2.119", "claude-code-cli": "2.1.119", - "claude-agent-sdk-python": "0.1.66", - "last_updated": "2026-04-24", - "last_check": "2026-04-24" + "claude-agent-sdk-python": "0.1.68", + "last_updated": "2026-04-25", + "last_check": "2026-04-25" }