From 444d5922ffc49693b0f21ad67345d453b5b9030a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:45:36 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement from >=3.4.2 to >=3.4.5 Updates the requirements on [fastmcp](https://github.com/PrefectHQ/fastmcp) to permit the latest version. - [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.2...v3.4.5) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d190e0f..2930223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastmcp>=3.4.2 +fastmcp>=3.4.5 httpx>=0.28.1 Pillow>=12.2.0 # SSRF hardening for outbound Substack API fetch (MYC-101).