From 8aa49ea09eaa48e9ce64dac4e5aa514f87781a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:38:08 +0000 Subject: [PATCH] Update pydantic-settings requirement from >=2.7 to >=2.14.0 in /backend Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.0...v2.14.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.0 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 10393d5..22cd407 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.135 uvicorn[standard]>=0.34 pydantic>=2.13 -pydantic-settings>=2.7 +pydantic-settings>=2.14.0 sqlalchemy[asyncio]>=2.0.49 asyncpg>=0.30 psycopg2-binary>=2.9