From 6e179ff3b5e5b4c3ae41261575794b71c33cd8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:15:02 +0000 Subject: [PATCH] Update pydantic requirement from >=2.13.4 to >=2.13.5 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b57363..9f69563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.141.1 uvicorn>=0.52.4 python-multipart>=0.0.32 -pydantic[email]>=2.13.4 +pydantic[email]>=2.13.5 aiofiles>=25.1.0 itsdangerous>=2.2.0 python-dotenv>=1.2.3