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:
parent
d738eb1ff7
commit
f58b7b6225
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue