1 Commits

Author SHA1 Message Date
renovate 07ee664a56 chore(deps): pin dependencies
Docker Build and Push / build (pull_request) Successful in 3m35s
2026-06-09 13:48:54 +00:00
4 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
qdrant:
image: docker.io/qdrant/qdrant:latest
image: docker.io/qdrant/qdrant:latest@sha256:75eab8c4ba42096724fdcfde8b4de0b5713d529dde32f285a1f86fdcb2c9e50c
container_name: mcp_maildir_qdrant
ports:
- "127.0.0.1:6333:6333" # REST API
+1 -1
View File
@@ -1,5 +1,5 @@
# 3.13, because with 3.14 it requires gcc (wheels not available)
FROM docker.io/library/python:3.14-slim
FROM docker.io/library/python:3.14-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1
-13
View File
@@ -1,13 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
]
}
+9 -9
View File
@@ -1,9 +1,9 @@
mcp==1.27.2
fastmcp==3.4.2
qdrant-client==1.18.0
fastembed==0.8.0
python-dotenv==1.2.2
uvicorn==0.49.0
starlette==1.3.0
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0
mcp
fastmcp
qdrant-client
fastembed
python-dotenv
uvicorn
starlette
beautifulsoup4
python-dateutil