From 483fb4e24db0e21b0bc6fb083ec31e3b194c08cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:54:49 +0000 Subject: [PATCH] test: bump fastmcp from 3.4.4 to 3.4.7 Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 3.4.4 to 3.4.7. - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.4.4...v3.4.7) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c56ace9..c0fdbc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests==2.34.2", "pydantic==2.13.4", "httpx==0.28.1", - "fastmcp==3.4.4", + "fastmcp==3.4.7", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index ffdc378..1e02bad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ uvicorn[standard]==0.51.0 requests==2.34.2 pydantic==2.13.4 httpx==0.28.1 -fastmcp==3.4.4 +fastmcp==3.4.7