From b946863c2ff7c9ab089fb12efbd9edbde8dccea7 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 4 Apr 2026 15:10:57 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(imajin-video):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20to=20latest=20versions=20in?= =?UTF-8?q?=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- services/imajin-video/service/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/imajin-video/service/pyproject.toml b/services/imajin-video/service/pyproject.toml index 01babcb1..dd3ebec9 100644 --- a/services/imajin-video/service/pyproject.toml +++ b/services/imajin-video/service/pyproject.toml @@ -48,8 +48,7 @@ dev = [ "ruff>=0.1.0", ] gpu-coordination = [ - # model-boss for VRAM coordination (optional) - # Install from local: pip install -e ~/Code/@applications/@model-boss/packages/core-py + "lilith-model-boss>=4.0.0", ] [build-system]