From d67667c79f41d499bfa3ff5d8202aad32f6e8949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 13:11:30 +0100 Subject: [PATCH] fix: add psutil to orchestrator dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- model-orchestrator/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/model-orchestrator/requirements.txt b/model-orchestrator/requirements.txt index 794b4af..5f2aad7 100644 --- a/model-orchestrator/requirements.txt +++ b/model-orchestrator/requirements.txt @@ -4,3 +4,4 @@ httpx==0.25.1 docker==6.1.3 pyyaml==6.0.1 pydantic==2.5.0 +psutil==5.9.6