From 4cbb897e5c171f681f938dae8a0e04678314bcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:54:53 +0000 Subject: [PATCH] test: bump pydantic from 2.13.4 to 2.13.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 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) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a50d83e..0a78182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "fastapi==0.141.1", "uvicorn[standard]==0.51.0", "requests==2.34.2", - "pydantic==2.13.4", + "pydantic==2.13.5", "httpx==0.28.1", "fastmcp==3.4.7", ] diff --git a/requirements.txt b/requirements.txt index 92c6579..8bbd139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.141.1 uvicorn[standard]==0.51.0 requests==2.34.2 -pydantic==2.13.4 +pydantic==2.13.5 httpx==0.28.1 fastmcp==3.4.7