From 932596c7dad02a6fcf97b219ae88b0d7a689cb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:23:24 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement 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.6) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.6 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 feb8735d..3b0dffc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11, <3.13" dependencies = [ # 3.4.5 requires Starlette >=1 through its client extra; MinerU/Gradio need <1. - "fastmcp>=3.3.1,<3.4.5", + "fastmcp>=3.4.6,<3.4.7", "mcp", "rich", "pandas",