From 3bcf2a6015addfa7dc649b9baace0f0978df0159 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 17 Jan 2026 16:18:21 -0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20upgrade=20f?= =?UTF-8?q?rom=20lilith-model-boss=20to=20model-boss>=3D3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrate to the new model-boss v3 package with InferenceRouter architecture. Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2cd28a..e05b579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,8 @@ classifiers = [ ] dependencies = [ "lilith-service-fastapi-bootstrap>=2.1.0", + "lilith-fastapi-service-base>=1.0.0", + "model-boss>=3.0.0", "lilith-ollama-provider>=0.1.0", "lilith-pipeline-framework>=1.0.0", "lilith-service-addresses>=1.0.0",