Compare commits
1 Commits
renovate/p
...
d612793736
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d612793736 |
@@ -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
|
||||
|
||||
@@ -27,7 +27,7 @@ qbittorrent_password = "16:hex"
|
||||
python = "==3.14.2"
|
||||
python-dotenv = "^1.0.0"
|
||||
requests = "^2.32.5"
|
||||
fastapi = "^0.127.1"
|
||||
fastapi = "^0.131.0"
|
||||
pydantic = "^2.12.4"
|
||||
uvicorn = "^0.40.0"
|
||||
pytest-xdist = "^3.8.0"
|
||||
|
||||
Reference in New Issue
Block a user