From adf868237b9d46a4c36e1b8aa793fb54405ff960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:06:00 +0000 Subject: [PATCH] deps(python): update fastmcp requirement in /mcp_server 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.3.1...v3.4.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server/pyproject.toml b/mcp_server/pyproject.toml index da7973e..5bc80fd 100644 --- a/mcp_server/pyproject.toml +++ b/mcp_server/pyproject.toml @@ -5,6 +5,6 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "fastmcp>=3.3.1", + "fastmcp>=3.4.0", "mcp>=1.27.1", ]