From b59e23caf6176837ae9f41dc636b85b178b47378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:48:30 +0000 Subject: [PATCH] Bump python-multipart Bumps the pip group with 1 update in the /examples/dhi/dhi_mcp_server directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.20 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/dhi/dhi_mcp_server/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dhi/dhi_mcp_server/requirements.txt b/examples/dhi/dhi_mcp_server/requirements.txt index f7c1b2ed4..d771cebcf 100644 --- a/examples/dhi/dhi_mcp_server/requirements.txt +++ b/examples/dhi/dhi_mcp_server/requirements.txt @@ -7,15 +7,15 @@ httpcore==1.0.9 httpx==0.28.1 httpx-sse==0.4.0 idna==3.10 -mcp==1.23.0 +mcp==1.26.0 pydantic==2.11.5 pydantic-settings==2.9.1 pydantic_core==2.33.2 python-dotenv==1.1.0 -python-multipart==0.0.20 +python-multipart==0.0.22 sniffio==1.3.1 sse-starlette==2.3.6 -starlette==0.49.1 +starlette==0.52.1 typing-inspection==0.4.1 typing_extensions==4.14.0 uvicorn==0.34.3