From eaebfdc718cd4fb664a2986ab299a14929ff9811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 05:08:24 +0000 Subject: [PATCH] chore(deps): Update fastmcp requirement in /mcp/shopping_tool 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] --- mcp/shopping_tool/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/shopping_tool/pyproject.toml b/mcp/shopping_tool/pyproject.toml index ae8d3678..442df2d4 100644 --- a/mcp/shopping_tool/pyproject.toml +++ b/mcp/shopping_tool/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" dependencies = [ "google-search-results>=2.4.2", "requests>=2.34.2", - "fastmcp>=3.4.4", # Indirect; prevents CVE-2026-32871 + "fastmcp>=3.4.5", # Indirect; prevents CVE-2026-32871 ] [tool.setuptools]