From f58b7b6225dfaa128e73521b04fad436bbfea8e1 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 24 Feb 2026 12:24:42 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(ml-service):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20ML=20dependencies=20in=20pyproject.toml=20for=20imp?= =?UTF-8?q?roved=20compatibility,=20security,=20and=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/platform-assistant/ml-service/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/platform-assistant/ml-service/pyproject.toml b/features/platform-assistant/ml-service/pyproject.toml index 3924f656e..eb980106a 100644 --- a/features/platform-assistant/ml-service/pyproject.toml +++ b/features/platform-assistant/ml-service/pyproject.toml @@ -14,9 +14,9 @@ dependencies = [ "pyyaml>=6.0", # Structured logging "structlog>=24.0.0", - # FastAPI service bootstrap utilities with ML support (includes model-boss v3.0+) - "lilith-service-fastapi-bootstrap[ml]>=4.0.0", - # ML micro-packages + # FastAPI service bootstrap utilities (no ML extras — inference via llama-http) + "lilith-service-fastapi-bootstrap>=4.0.0", + # ML micro-packages (prompt/filter only — no model loading) "lilith-ml-safety-filter>=0.1.0", "lilith-ml-context-manager>=0.1.0", ]