From 407a7ce954e2b051311d4c3763de034605d858e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:48:07 +0000 Subject: [PATCH] chore(deps): bump fastmcp in /src/oci-compute-instance-agent-mcp-server 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] --- src/oci-compute-instance-agent-mcp-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oci-compute-instance-agent-mcp-server/pyproject.toml b/src/oci-compute-instance-agent-mcp-server/pyproject.toml index 9bcef50..1e6d6c5 100644 --- a/src/oci-compute-instance-agent-mcp-server/pyproject.toml +++ b/src/oci-compute-instance-agent-mcp-server/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] dependencies = [ "oci==2.160.0", - "fastmcp==2.12.2", + "fastmcp==2.13.0", ] classifiers = [