From 258cfa6c489f651e90857ef2da23342fbb42fbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:38:32 +0000 Subject: [PATCH] Update fastmcp requirement from <3 to <4 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/v0.1.0...v3.0.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a87bed2..a0c665a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ Repository = "https://github.com/SpecLeft/specleft" [project.optional-dependencies] mcp = [ - "fastmcp<3", + "fastmcp<4", ] dev = [ "pytest-cov", diff --git a/requirements-dev.txt b/requirements-dev.txt index 8b44792..e9c861a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest-cov==4.0.0 pytest-subtests==0.15.0 pytest-asyncio==0.25.3 tiktoken==0.12.0 -fastmcp<3 +fastmcp<4 build black==26.1.0 ruff==0.5.6