From cee8434d21de217d46f19a97cde63fd27d2fd900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:39:33 +0000 Subject: [PATCH] Bump fastmcp from 2.12.2 to 2.13.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.2 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.2...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 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 a928db7..3d3ebf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "graphql_to_mcp" version = "0.1.0" readme = "README.md" requires-python = ">=3.12" -dependencies = ["fastmcp==2.12.2", "ariadne-codegen==0.15.2"] +dependencies = ["fastmcp==2.13.0", "ariadne-codegen==0.15.2"] [project.scripts] mcp = "graphql_to_mcp.main:main"