From 49b194a2b0994b61a5182a4197750eac47d08c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:32:49 +0000 Subject: [PATCH] chore(deps): update pydantic-settings requirement 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.14.0...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-UPGRADED.txt | 2 +- backend/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 377eb035..b3e63252 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "FastAPI==0.141.0", "Uvicorn[standard]==0.35.0", "Pydantic>=2.14.0,<3.0.0", - "pydantic-settings>=2.14.0,<3.0", + "pydantic-settings>=2.14.2,<3.0", "SQLAlchemy==2.1.10", "Alembic==1.18.4", "asyncpg==0.30.0", diff --git a/backend/requirements-UPGRADED.txt b/backend/requirements-UPGRADED.txt index 52161274..e50a76dc 100644 --- a/backend/requirements-UPGRADED.txt +++ b/backend/requirements-UPGRADED.txt @@ -20,7 +20,7 @@ FastAPI==0.141.0 Uvicorn==0.35.0 Pydantic>=2.14.0,<3.0.0 -pydantic-settings>=2.14.0,<3.0 +pydantic-settings>=2.14.2,<3.0 SQLAlchemy==2.1.10 Alembic==1.18.4 asyncpg==0.30.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index d3d18bb5..a0d11be3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -210,7 +210,7 @@ pycodestyle==2.14.0 pycparser==2.22 pycryptodome==3.23.0 pydantic>=2.10.0,<2.12 -pydantic-settings>=2.13.1,<3.0 +pydantic-settings>=2.14.2,<3.0 pydeck==0.9.1 pydub==0.25.1 pyflakes==3.4.0