1 Commits

Author SHA1 Message Date
Renovate Bot 213b8e3c95 fix(deps): update dependency uvicorn to ^0.46.0
renovate/artifacts Artifact file update failure
2026-04-27 04:03:01 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ services:
# --- DATABASE #2 - Vector RAG (Optional) --- # --- DATABASE #2 - Vector RAG (Optional) ---
vectordb: vectordb:
container_name: alfred-vectordb container_name: alfred-vectordb
image: pgvector/pgvector:0.8.2-pg16-bookworm image: pgvector/pgvector:0.8.0-pg16-bookworm
depends_on: depends_on:
alfred-init: alfred-init:
condition: service_completed_successfully condition: service_completed_successfully
+1 -1
View File
@@ -29,7 +29,7 @@ python-dotenv = "^1.0.0"
requests = "^2.32.5" requests = "^2.32.5"
fastapi = "^0.127.1" fastapi = "^0.127.1"
pydantic = "^2.12.4" pydantic = "^2.12.4"
uvicorn = "^0.40.0" uvicorn = "^0.46.0"
pytest-xdist = "^3.8.0" pytest-xdist = "^3.8.0"
httpx = "^0.28.1" httpx = "^0.28.1"
pydantic-settings = "^2.12.0" pydantic-settings = "^2.12.0"