chore: pin pip versions, remove renovate rangeStrategy
Docker Build and Push / build (pull_request) Successful in 1m20s

This commit is contained in:
2026-06-11 02:53:33 +00:00
parent 2b5eff12c1
commit 93549155b2
2 changed files with 9 additions and 17 deletions
-8
View File
@@ -10,13 +10,5 @@
"depNameTemplate": "qdrant/qdrant",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"description": "Pin unpinned pip requirements",
"matchManagers": ["pip_requirements"],
"matchDepNames": ["mcp", "fastmcp", "qdrant-client", "fastembed", "python-dotenv", "uvicorn", "starlette", "beautifulsoup4", "python-dateutil"],
"rangeStrategy": "pin"
}
]
}
+9 -9
View File
@@ -1,9 +1,9 @@
mcp
fastmcp
qdrant-client
fastembed
python-dotenv
uvicorn
starlette
beautifulsoup4
python-dateutil
mcp==1.26.0
fastmcp==3.4.2
qdrant-client==1.18.0
fastembed==0.8.0
python-dotenv==1.2.2
uvicorn==0.41.0
starlette==1.0.1
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0