From 3efd060c560bb2e70ee3f2180d155145772fffb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:22:13 +0000 Subject: [PATCH] Bump fastmcp in /docs/recipes/automation/tp-setup/bootstrap Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.12.0 to 2.14.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.0...v2.14.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/recipes/automation/tp-setup/bootstrap/pyproject.toml | 2 +- docs/recipes/automation/tp-setup/bootstrap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml b/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml index 9eea3bb..9d8aa96 100644 --- a/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml +++ b/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pydantic==2.11.7", # Data validation and settings management # Domain-Specific - "fastmcp==2.12.0", # TIBCO MCP automation + "fastmcp==2.14.0", # TIBCO MCP automation # Web Framework & API "flask-cors==6.0.1", # CORS for Flask diff --git a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt index 6e45d40..5a3c0ae 100644 --- a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt +++ b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt @@ -54,7 +54,7 @@ exceptiongroup==1.3.0 # via fastmcp execnet==2.1.1 # via pytest-xdist -fastmcp==2.12.0 +fastmcp==2.14.0 # via tp-automation (pyproject.toml) flask==3.1.2 # via flask-cors