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]