From 1839f124c497f016789b35908d6af1e577d9b14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:39:21 +0000 Subject: [PATCH] Bump fastmcp from 2.10.5 to 2.13.0 Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.10.5 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.10.5...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 fd7b421..df4cf70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" dependencies = [ "acryl-datahub==1.2.0.2", "asyncer>=0.0.8", - "fastmcp==2.10.5", + "fastmcp==2.13.0", "jmespath~=1.0.1", "loguru", "pydantic>=2.0,<2.12",