From 82c3554f4267abb67dd6ddacf076c0fc3505220c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:04:13 +0000 Subject: [PATCH] build(deps): Update fastmcp requirement in /tools/k8s_readonly_server 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/v0.2.0...v3.4.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/k8s_readonly_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/k8s_readonly_server/requirements.txt b/tools/k8s_readonly_server/requirements.txt index 32b0395..3f5fdc0 100644 --- a/tools/k8s_readonly_server/requirements.txt +++ b/tools/k8s_readonly_server/requirements.txt @@ -1,3 +1,3 @@ -fastmcp>=0.2.0 +fastmcp>=3.4.2 kubernetes>=29.0.0 uvicorn>=0.27.0