From 9e4cdb20b4141a3a63e0188020f81aed1d2798d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:59:04 +0000 Subject: [PATCH] chore(deps-dev): update fastmcp requirement from >=3.2.0 to >=3.2.3 Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. - [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.2.0...v3.2.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74fa7ae..8933169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ Changelog = "https://github.com/jcartu/rasputin-memory/blob/main/CHANGELOG.md" [project.optional-dependencies] reranker = ["fastapi>=0.110.0", "uvicorn>=0.29.0", "transformers>=4.40.0", "torch>=2.0.0"] storm = ["knowledge-storm>=0.2.0", "dspy-ai>=2.4.0"] -mcp = ["fastmcp>=3.2.0"] +mcp = ["fastmcp>=3.2.3"] dev = ["ruff>=0.3.0", "pytest>=8.0.0"] all = ["rasputin-memory[reranker,storm,mcp,dev]"]