diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 716393ee..f09dd7ba 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.2,<3.0.0", + "geny-executor>=2.0.3,<3.0.0", # MCP (Model Context Protocol) "mcp>=1.0.0", # Auth diff --git a/backend/requirements.txt b/backend/requirements.txt index 6fdb45b1..ac182ae7 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.2,<3.0.0 +geny-executor>=2.0.3,<3.0.0 # MCP (Model Context Protocol) mcp>=1.0.0 # TTS (Text-to-Speech)