1 Commits

Author SHA1 Message Date
Renovate Bot
65244c6513 fix(deps): update dependency uvicorn to ^0.41.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-23 04:00:33 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ services:
# --- DATABASE #2 - Vector RAG (Optional) ---
vectordb:
container_name: alfred-vectordb
image: pgvector/pgvector:0.8.1-pg16-bookworm
image: pgvector/pgvector:0.8.0-pg16-bookworm
depends_on:
alfred-init:
condition: service_completed_successfully

View File

@@ -29,7 +29,7 @@ python-dotenv = "^1.0.0"
requests = "^2.32.5"
fastapi = "^0.127.1"
pydantic = "^2.12.4"
uvicorn = "^0.40.0"
uvicorn = "^0.41.0"
pytest-xdist = "^3.8.0"
httpx = "^0.28.1"
pydantic-settings = "^2.12.0"