This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/pip/mcp-server/fastmcp-3.2.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 98699f09bc36a245351371b668bae40cdbe596da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 06:07:51 2026 +0000

    build(deps): bump fastmcp from 2.14.5 to 3.2.0 in /mcp-server
    
    Bumps [fastmcp](https://github.com/PrefectHQ/fastmcp) from 2.14.5 to 3.2.0.
    - [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/v2.14.5...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastmcp
      dependency-version: 3.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 mcp-server/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml
index 299b4008c5..1d93061fce 100644
--- a/mcp-server/pyproject.toml
+++ b/mcp-server/pyproject.toml
@@ -24,7 +24,7 @@ requires-python = ">=3.10"
 dependencies = [
     # fastmcp has been release 3.0.x, which makes some incompatible changes, 
so we temporarily pin
     # it to 2.14.5 to avoid breaking changes.
-    "fastmcp==2.14.5",
+    "fastmcp==3.2.3",
     # TODO(#10754): pydocket (a transitive dep of fastmcp>=2.14.0)
     # requires fakeredis>=2.32.1, but fakeredis 2.35.0 removed FakeConnection 
from
     # fakeredis.aioredis, which pydocket still uses. Pin fakeredis to <2.35.0 
until the

Reply via email to