From 15fa48833c9b15ab64ca1c8ea9a909d296fe0007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:53:24 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 7 updates Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit), [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [cryptography](https://github.com/pyca/cryptography), [mcp](https://github.com/modelcontextprotocol/python-sdk) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) 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.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.141.1) Updates `uvicorn` to 0.52.4 - [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.51.0...0.52.4) Updates `cryptography` to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.1) Updates `mcp` to 2.1.1 - [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.1.1) Updates `setuptools` to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: python-deps - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production dependency-group: python-deps - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production dependency-group: python-deps - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a066607..5dd26ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=83.0.0"] +requires = ["setuptools>=84.0.0"] build-backend = "setuptools.build_meta" [project] @@ -25,18 +25,18 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pydantic>=2.13.4", + "pydantic>=2.13.5", "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", - "uvicorn>=0.51.0", + "fastapi>=0.141.1", + "uvicorn>=0.52.4", "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. - "cryptography>=49.0.0", + "cryptography>=50.0.1", ] [project.optional-dependencies] @@ -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.1.1", ] mcp = [ - "mcp>=1.28.1", + "mcp>=2.1.1", ] [project.scripts]