From 5f835602ae18cd30c24ea0ae710f72ea14f29c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:41:08 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.7.1 to 2.14.2 in /backend Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.14.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5090175..7565dbd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.6 uvicorn[standard]==0.49.0 pydantic==2.13.4 -pydantic-settings==2.7.1 +pydantic-settings==2.14.2 httpx==0.28.1 redis==8.0.1 torch