Compare commits

..

1 Commits

Author SHA1 Message Date
renovate 7ab7c8c6f3 chore(deps): update dependency uvicorn to v0.49.0
Docker Build and Push / build (pull_request) Successful in 1m21s
2026-06-11 04:14:22 +00:00
2 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -1,11 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
"regexManagers": [
{
"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]+)"],
"fileMatch": ["^docker-compose\\.ya?ml$"],
"matchStrings": [
"image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
+2 -2
View File
@@ -1,9 +1,9 @@
mcp==1.27.2
mcp==1.26.0
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
starlette==1.0.1
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0