From 8dcfcdfef5551a255d121a6ecfa1af07dd604afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:41:12 +0000 Subject: [PATCH] Bump fastmcp Bumps the pip group with 1 update in the /examples/fastmcp-server directory: [fastmcp](https://github.com/jlowin/fastmcp). Updates `fastmcp` from 2.12.4 to 2.13.0 - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/jlowin/fastmcp/compare/v2.12.4...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/fastmcp-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastmcp-server/requirements.txt b/examples/fastmcp-server/requirements.txt index 10c56e1b..79c23640 100644 --- a/examples/fastmcp-server/requirements.txt +++ b/examples/fastmcp-server/requirements.txt @@ -4,5 +4,5 @@ pydantic pydantic-settings click aiohttp -fastmcp==2.12.4 +fastmcp==2.13.0 PyJWT \ No newline at end of file