chore: bump pin to >=0.1.22 (state_transition_history fix)

Forces docker layer cache invalidation. Cascade rebuilt against
0.1.22 but hit GHA cache and shipped 0.1.21 (broken AgentCard
construction). Pin bump invalidates the cache key.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-04-27 07:39:20 -07:00
parent b1c4cab460
commit 059db9ba14

View File

@ -1,5 +1,5 @@
# Molecule AI workspace runtime — shared infrastructure # Molecule AI workspace runtime — shared infrastructure
molecule-ai-workspace-runtime>=0.1.21 molecule-ai-workspace-runtime>=0.1.22
# Claude Code adapter specific deps # Claude Code adapter specific deps
# Claude Agent SDK — programmatic API to Claude Code engine. # Claude Agent SDK — programmatic API to Claude Code engine.