From 1eb148655d38b092ddf06a701f5166f95c2602d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:14:02 +0000 Subject: [PATCH] build(deps): bump pydantic-settings from 2.1.0 to 2.12.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.12.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.12.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e12626..0dbabcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 -pydantic-settings==2.1.0 +pydantic-settings==2.12.0 redis==5.0.1 qdrant-client==1.15.1 openai==1.3.5