From 8593e3f8f14a5aef0394b0da31f99660c55a591c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:54:16 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 3 updates Updates the requirements on [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit), [fastapi](https://github.com/fastapi/fastapi) and [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `prompt-toolkit` to 3.0.53 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.52...3.0.53) Updates `fastapi` to 0.140.13 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.140.13) Updates `mcp` to 2.0.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.28.1...v2.0.0) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production dependency-group: python-deps - dependency-name: fastapi dependency-version: 0.140.13 dependency-type: direct:production dependency-group: python-deps - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a066607..85c32f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ dependencies = [ "pydantic>=2.13.4", "pyyaml>=6.0.3", "rich>=15.0.0", - "prompt_toolkit>=3.0.52", + "prompt_toolkit>=3.0.53", "httpx>=0.28.1", - "fastapi>=0.139.0", + "fastapi>=0.140.13", "uvicorn>=0.51.0", "python-multipart>=0.0.32", "jinja2>=3.1.6", @@ -54,10 +54,10 @@ test = [ # Required in CI; locally most devs have it system-wide. "pytest-asyncio>=1.4.0", # CI exercises the MCP catalog/server as a first-class AgentDrive surface. - "mcp>=1.28.1", + "mcp>=2.0.0", ] mcp = [ - "mcp>=1.28.1", + "mcp>=2.0.0", ] [project.scripts]