From 2e10c3150f08c2798d77bc441c486faca5042de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:45:30 +0000 Subject: [PATCH] chore(deps): bump fastmcp in /src/database-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/database-mcp-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database-mcp-server/pyproject.toml b/src/database-mcp-server/pyproject.toml index 91e34c8b..ab1193d7 100644 --- a/src/database-mcp-server/pyproject.toml +++ b/src/database-mcp-server/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Oracle MCP", email = "237432095+oracle-mcp@users.noreply.github.com"}, ] dependencies = [ - "fastmcp==2.12.2", + "fastmcp==2.13.0", "oci==2.160.0", "mcp>=1.0.0", "pytest-cov>=7.0.0",