From e3ba567b232f87b10e19ec78ae62d9654720eb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:54:11 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement from <4,>=3.4.4 to >=3.4.5,<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/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68f65a8..7b3532a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python MCP server for automating dSPACE SystemDesk" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastmcp>=3.4.4,<4", + "fastmcp>=3.4.5,<4", "pywin32==312", "pydantic>=2.13.4,<3", ]