From 7b3e82b0003f066b4c367e6ab5326775f5ce010c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:35:49 +0000 Subject: [PATCH] chore(deps): update pydantic-settings requirement in the python group Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. Updates `pydantic-settings` to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.1...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 493cb5206..0b7f238fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-multipart python-dotenv httpx pydantic>=2.13.4 -pydantic-settings>=2.14.1 +pydantic-settings>=2.14.2 SQLAlchemy pypdf beautifulsoup4