5 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
jcabillot f234d70a59 Merge pull request 'chore(deps): update dependency mcp to v1.29.0' (#41) from renovate/mcp-1.x into main
Main Release / hadolint (push) Successful in 10s
Main Release / test (push) Successful in 2m47s
Main Release / build (push) Successful in 2m46s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 20s
Tag Release / test (push) Successful in 2m28s
Tag Release / build-push (push) Successful in 5m57s
Docker Build and Push / integration-test (push) Failing after 3h0m4s
Docker Build and Push / test (push) Failing after 3h0m6s
Docker Build and Push / build (push) Skipped
Reviewed-on: #41
2026-07-30 12:39:24 -04:00
renovate f62efe1c14 chore(deps): update dependency mcp to v1.29.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 28s
PR Checks / build-test (pull_request) Successful in 3m9s
Docker Build and Push / integration-test (pull_request) Successful in 4m35s
Docker Build and Push / test (pull_request) Successful in 39m7s
Docker Build and Push / build (pull_request) Successful in 6m6s
2026-07-30 14:08:28 +00:00
jcabillot 91b8e041dc Merge pull request 'chore(deps): update dependency fastmcp to v3.4.5' (#40) from renovate/fastmcp-3.x into main
Docker Build and Push / integration-test (push) Successful in 2m1s
Main Release / hadolint (push) Successful in 9s
Docker Build and Push / test (push) Successful in 2m48s
Main Release / test (push) Successful in 2m16s
Main Release / build (push) Successful in 3m31s
Docker Build and Push / build (push) Successful in 7m32s
Main Release / tag (push) Successful in 30s
Tag Release / test (push) Successful in 5m53s
Tag Release / hadolint (push) Successful in 37s
Tag Release / build-push (push) Successful in 9m13s
Reviewed-on: #40
2026-07-29 16:34:42 -04:00
renovate 8e05ff9494 chore(deps): update dependency fastmcp to v3.4.5
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / test (pull_request) Successful in 1m2s
Docker Build and Push / integration-test (pull_request) Successful in 50s
PR Checks / hadolint (pull_request) Successful in 13s
PR Checks / build-test (pull_request) Successful in 2m55s
Docker Build and Push / build (pull_request) Successful in 8m24s
2026-07-29 20:08:04 +00:00
+8 -9
View File
@@ -1,9 +1,8 @@
mcp==1.28.1
fastmcp==3.4.4
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