From a9c04d7851a4bb08691e8f54566ddfc881373d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:39:40 +0000 Subject: [PATCH] Bump the python group across 1 directory with 3 updates Bumps the python group with 3 updates in the / directory: [mcp](https://github.com/modelcontextprotocol/python-sdk), [portalocker](https://github.com/wolph/portalocker) and [pydantic-core](https://github.com/pydantic/pydantic). Updates `mcp` from 1.29.0 to 2.0.0 - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.29.0...v2.0.0) Updates `portalocker` from 3.2.0 to 4.1.0 - [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/wolph/portalocker/compare/v3.2.0...v4.1.0) Updates `pydantic-core` from 2.46.4 to 2.48.0 - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/core-v2.46.4...core-v2.48.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: portalocker dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pydantic-core dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab4f590..ffcdf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "uvicorn[standard]>=0.32", # <2 is load-bearing: mcp 2.0 restructured the package and removed # mcp.server.fastmcp, which mcp_server.py imports. - "mcp>=1.9,<2", + "mcp>=1.9,<3", "qdrant-client>=1.12", "httpx>=0.28", "pydantic>=2.10", diff --git a/requirements.txt b/requirements.txt index d3926ae..1d4ab50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ loguru==0.7.3 # via fastembed markupsafe==3.0.3 # via jinja2 -mcp==1.29.0 +mcp==2.0.0 # via mem-zero (pyproject.toml) mmh3==5.2.1 # via fastembed @@ -119,7 +119,7 @@ packaging==26.3 # onnxruntime pillow==12.3.0 # via fastembed -portalocker==3.2.0 +portalocker==4.1.0 # via qdrant-client protobuf==7.35.1 # via @@ -136,7 +136,7 @@ pydantic==2.13.4 # mcp # pydantic-settings # qdrant-client -pydantic-core==2.46.4 +pydantic-core==2.48.0 # via pydantic pydantic-settings==2.15.0 # via mcp