From 18b2e8da3caae8de08aadf14910e2f085901b997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:44:47 +0000 Subject: [PATCH] chore(deps): update fastmcp requirement from >=3.4.2 to >=3.4.3 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.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.3 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 a6788f2..5518567 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastmcp>=3.4.2 +fastmcp>=3.4.3 httpx>=0.28.1 Pillow>=12.2.0 # SSRF hardening for outbound Substack API fetch (MYC-101).