1 Commits

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

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.1-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

View File

@@ -27,7 +27,7 @@ qbittorrent_password = "16:hex"
python = "==3.14.2" python = "==3.14.2"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
requests = "^2.32.5" requests = "^2.32.5"
fastapi = "^0.127.1" fastapi = "^0.131.0"
pydantic = "^2.12.4" pydantic = "^2.12.4"
uvicorn = "^0.40.0" uvicorn = "^0.40.0"
pytest-xdist = "^3.8.0" pytest-xdist = "^3.8.0"