From e2a37e4e890f1443d23eaef761ec1748e24960b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:05:25 +0000 Subject: [PATCH] chore(deps): Bump fastmcp from 3.1.1 to 4.0.3 in /app Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 3.1.1 to 4.0.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...v4.0.3) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 4f4cbcf2..40018d99 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==4.0.3", "sqlglot>=20.0.0", "sqlfluff>=3.0.0", "plutoprint==0.19.0",