From 1509e23cf6d4e4d60dd42cc284e5f385aa121b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:44:26 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.7.1 to 2.14.1 in /backend Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.1 to 2.14.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 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 cec57cc..389d488 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 pydantic==2.10.4 -pydantic-settings==2.7.1 +pydantic-settings==2.14.1 httpx==0.28.1 redis==5.2.1 torch