From 6831b4c732dfe500c0ddcb4669e07e7875ee8263 Mon Sep 17 00:00:00 2001 From: JangHaryeom <101104772+CocoRoF@users.noreply.github.com> Date: Tue, 19 May 2026 10:30:15 +0900 Subject: [PATCH] =?UTF-8?q?deps:=20bump=20geny-executor=20pin=202.0.1=20?= =?UTF-8?q?=E2=86=92=202.0.2=20(claude=5Fcode=20streaming=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit geny-executor 2.0.2 fixes ``ClaudeCodeCLIClient.create_message_stream`` to emit a populated ``message_complete`` envelope. Without this upgrade, every session using ``provider=claude_code_cli`` for Stage 6 fails at first turn with: → s06_api ✗ s06_api: Stream ended without message_complete Pipeline error: Stream ended without message_complete Reported by the user after picking Claude Code (CLI) in the Stage 6 provider strip. See CocoRoF/geny-executor#204 for the full root-cause analysis. Co-Authored-By: Claude Opus 4.7 (1M context) --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index eea93748..716393ee 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ # provider/parallel/max_concurrent for multi-provider sub-agents. # Earlier 1.21.0 surfaces (bounded root _index.json, provider-driven # Stage 2 / Stage 18, etc.) all retained. - "geny-executor>=2.0.1,<3.0.0", + "geny-executor>=2.0.2,<3.0.0", # MCP (Model Context Protocol) "mcp>=1.0.0", # Auth diff --git a/backend/requirements.txt b/backend/requirements.txt index 8f783f78..6fdb45b1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ playwright>=1.49.0 # Must match the version pin in backend/pyproject.toml — out-of-sync # pins are what caused the prod Docker build to install 1.21.0 and # blow up on `from geny_executor import CredentialBundle`. -geny-executor>=2.0.1,<3.0.0 +geny-executor>=2.0.2,<3.0.0 # MCP (Model Context Protocol) mcp>=1.0.0 # TTS (Text-to-Speech)