From 5c77f4e60dd3ae58209afc2e4eb83a7aff39b7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:58:56 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 3.4.6 to 4.0.3 in /src/mcp Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 3.4.6 to 4.0.3. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.4.6...v4.0.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/mcp/requirements-mcp.txt | 2 +- src/mcp/requirements-vision.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mcp/requirements-mcp.txt b/src/mcp/requirements-mcp.txt index 29285e9e..b4d99073 100644 --- a/src/mcp/requirements-mcp.txt +++ b/src/mcp/requirements-mcp.txt @@ -2,7 +2,7 @@ # Pinned to the versions validated in the sandbox venv (2026-08-05). # Update deliberately via: pip install -U && pip freeze | grep -iE '^(mcp|fastmcp|pyyaml|sqlite-vec|fastembed)' mcp==1.29.0 -fastmcp==3.4.6 +fastmcp==4.0.3 pyyaml==6.0.3 sqlite-vec==0.1.9 fastembed==0.8.0 diff --git a/src/mcp/requirements-vision.txt b/src/mcp/requirements-vision.txt index db07f3d0..08b44ea4 100644 --- a/src/mcp/requirements-vision.txt +++ b/src/mcp/requirements-vision.txt @@ -1,3 +1,3 @@ mcp==1.29.0 -fastmcp==3.4.6 +fastmcp==4.0.3 httpx==0.28.1