From d61b16b2b07a65b5aee01a5b6ed4165bffc175eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:35:44 +0000 Subject: [PATCH] Bump pydantic from 2.13.2 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.2 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.2...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- streaming-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 510574ef..eddf6c2c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ fastapi==0.128.8 requests==2.33.0; python_full_version >= "3.10" requests>=2.0.0; python_full_version < "3.10" websockets==15.0.1 -pydantic==2.13.2 +pydantic==2.13.4 setuptools>=40.8.0 vulture>=1.0 bandit>=1.5.1 diff --git a/streaming-requirements.txt b/streaming-requirements.txt index 70e5c599..063b43de 100644 --- a/streaming-requirements.txt +++ b/streaming-requirements.txt @@ -1,4 +1,4 @@ uvicorn>=0.14.0 fastapi>=0.68.0 -pydantic>=1.5.0 +pydantic>=2.13.4 websockets>=9.0