From 493cb648c2a4ffb2e5bc1c02a937703ed413c150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:52:28 +0000 Subject: [PATCH] fix(deps): Update pydantic-settings requirement from >=2.0.0 to >=2.14.2 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.0.0...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dd8de9..59f2001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pydantic>=2.0.0", - "pydantic-settings>=2.0.0", + "pydantic-settings>=2.14.2", ] [project.optional-dependencies]