From b1c4cab460e5600a3b7e9be0d40aeeb886eb1e93 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Mon, 27 Apr 2026 06:52:30 -0700 Subject: [PATCH] chore: bump runtime pin to >=0.1.21 (lib/ + manifest) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fee074..2ec3f95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.