From 7fbfb93ea11cf25ad762808cdb7394c3dada032a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:59:10 +0000 Subject: [PATCH] build(deps): bump fastmcp from 2.10.4 to 3.0.2 Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.10.4 to 3.0.2. - [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.10.4...v3.0.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ca19fc..3066813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "fastmcp==2.10.4", + "fastmcp==3.0.2", "httpx==0.28.1", "pydantic==2.11.7", "pydantic-settings==2.10.1",