chore: bump runtime pin to >=0.1.21 (lib/ + manifest)

Forces docker layer cache invalidation. The 13:29 cascade rebuild
hit GHA's cached pip-install layer (requirements.txt unchanged →
same cache key → 0.1.19 baked in). Image shipped with 0.1.19 even
though 0.1.21 was on PyPI. Same race as the 0.1.18 → 0.1.19 cycle
earlier today (task #130 — structural fix is to wait for PyPI
propagation in the cascade step).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-04-27 06:52:30 -07:00
parent 2b0b0d9fcd
commit b1c4cab460

View File

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