From b7b8c944df173046f88d9e8b9bac4f6d6c7d703f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:40:14 +0000 Subject: [PATCH] Bump fastmcp from 2.12.4 to 2.13.0 in /server Bumps [fastmcp](https://github.com/jlowin/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 ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 5468411..4a7908b 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "fastmcp==2.12.4", + "fastmcp==2.13.0", "flask>=3.1.2", "oci>=2.160.2", "pyjwt>=2.10.1",