From 7e08d5e1322cee2d892d907ef8e2cbc64069f9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:08:04 +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.7) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.7 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..b4424ea6 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.7", # Indirect; prevents CVE-2026-32871 ] [tool.setuptools]