From 3de3eda8616a0aea56189a22eb75a36490a10051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:13:03 +0000 Subject: [PATCH] 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 eaaa47e..c1c64c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "fastapi==0.141.1", "uvicorn[standard]==0.52.1", - "pydantic==2.13.4", + "pydantic==2.13.5", "python-multipart==0.0.31", "huggingface_hub>=0.23.0", ] diff --git a/requirements.txt b/requirements.txt index e843290..be56097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.141.1 uvicorn[standard]==0.52.1 -pydantic==2.13.4 +pydantic==2.13.5 python-multipart==0.0.31 huggingface_hub>=0.23.0