From 02b598ed2d17657b9423c02c294c2e4a08d8b998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:05:53 +0000 Subject: [PATCH] Bump fastmcp from 3.1.1 to 3.4.3 in /app Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 3.1.1 to 3.4.3. - [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.1.1...v3.4.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 4c1e1cb..5cc7569 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "watchdog>=4.0.0", # MCP tools dependencies "mcp>=1.0.0", - "fastmcp==3.1.1", + "fastmcp==3.4.3", "sqlglot>=20.0.0", "sqlfluff>=3.0.0", "plutoprint==0.19.0",