1 Commits
Author SHA1 Message Date
Julien Cabillot 08e66e74a1 fix: remove mcp from direct dep
Main Release / hadolint (push) Successful in 15s
Docker Build and Push / test (push) Successful in 2m28s
Main Release / test (push) Successful in 3m18s
Docker Build and Push / integration-test (push) Successful in 4m22s
Main Release / build (push) Successful in 2m8s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 2m25s
Docker Build and Push / build (push) Successful in 5m29s
Tag Release / build-push (push) Successful in 2m41s
2026-07-30 16:41:11 -04:00
+8 -9
View File
@@ -1,9 +1,8 @@
mcp==1.29.0
fastmcp==3.4.5
qdrant-client==1.18.0
fastembed==0.8.0
python-dotenv==1.2.2
uvicorn==0.51.0
starlette==1.3.1
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0
fastmcp>=3,<4
qdrant-client>=1,<2
fastembed>=0.8.0,<1
python-dotenv>=1,<2
uvicorn>=0.34,<1
starlette>=1.2,<2
beautifulsoup4>=4,<5
python-dateutil>=2,<3