From 65e2baff345978f4de318a385e077a9804b468ec Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 25 Mar 2026 06:55:20 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(dependencies):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20all=20dependencies=20to=20their=20latest?= =?UTF-8?q?=20stable=20versions=20in=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e05b579..6c7bfa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "lilith-service-fastapi-bootstrap>=2.1.0", "lilith-fastapi-service-base>=1.0.0", - "model-boss>=3.0.0", + "model-boss>=4.0.0", "lilith-ollama-provider>=0.1.0", "lilith-pipeline-framework>=1.0.0", "lilith-service-addresses>=1.0.0",