From cfc7d0cf03eef6af4d0a2565a9cc76870c0cce02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:52:54 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 3 updates Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn), [python-multipart](https://github.com/Kludex/python-multipart) and [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `uvicorn` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0) Updates `python-multipart` to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.32) Updates `mcp` to 1.27.2 - [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.0.0...v1.27.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production dependency-group: python-deps - dependency-name: mcp dependency-version: 1.27.2 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acf1d4e..9672c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ dependencies = [ "prompt_toolkit>=3.0.52", "httpx>=0.28.1", "fastapi>=0.136.3", - "uvicorn>=0.48.0", - "python-multipart>=0.0.29", + "uvicorn>=0.49.0", + "python-multipart>=0.0.32", "jinja2>=3.1.6", # v2 / Milestone 2c: Ed25519 signatures for lineage_share grants. # Also provides Argon2id KDF for the web UI password store. @@ -55,7 +55,7 @@ test = [ "pytest-asyncio>=1.4.0", ] mcp = [ - "mcp>=1.0.0", + "mcp>=1.27.2", ] [project.scripts]