deps-upgrade(ml-service): ⬆️ Update ML dependencies in pyproject.toml for improved compatibility, security, and performance

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-24 12:24:42 -08:00
parent d738eb1ff7
commit f58b7b6225

View file

@ -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",
]