From cf9f1ff6567d61ae3184e3302f97562a34d4285d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:29:51 +0000 Subject: [PATCH] Update fastmcp requirement from <2.13,>=2.7 to >=2.7,<2.14 Updates the requirements on [fastmcp](https://github.com/jlowin/fastmcp) to permit the latest version. - [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.7.0...v2.13.0.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0.1 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 22f8119..dc3b239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "cachetools<7", "click<9", "cratedb-about==0.0.8", - "fastmcp>=2.7,<2.13", + "fastmcp>=2.7,<2.14", "hishel<0.2", "pueblo==0.0.11", "sqlparse<0.6",