From 441ff2ef0357ef3924607ab4ac867790b96d7d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:05:16 +0000 Subject: [PATCH] Bump fastmcp from 2.8.1 to 3.2.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [fastmcp](https://github.com/PrefectHQ/fastmcp). Updates `fastmcp` from 2.8.1 to 3.2.0 - [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/v2.8.1...v3.2.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 612d6352..d22acdf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "langgraph", "chardet>=5.2.0", "FlagEmbedding>=1.3.5", - "transformers>=4.44.2,<4.49.0", # FlagEmbedding uses is_torch_fx_available removed in 4.49 + "transformers>=4.44.2,<5.14.0", # FlagEmbedding uses is_torch_fx_available removed in 4.49 "faiss-cpu", "importlib-resources>=6.4.5", "langchain>=0.3.3", @@ -45,7 +45,7 @@ dependencies = [ "psutil>=5.9.8", "peft>=0.15.2", "opencv-python", - "fastmcp==2.8.1", + "fastmcp==3.2.0", "aiohttp>=3.8.0", "requests>=2.28.0", "boto3>=1.28.0",