From 040ca2bd7704305c82ad5484f23777672231038e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:01:17 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /backend 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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ee1e007..ffb5c28 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -208,7 +208,7 @@ pybase64==1.4.2 pycodestyle==2.14.0 pycparser==2.22 pycryptodome==3.23.0 -pydantic>=2.10.0,<2.12 +pydantic>=2.13.3,<2.14 pydantic-settings>=2.13.1,<3.0 pydeck==0.9.1 pydub==0.25.1