From 93e06ff42918f7f7fee881114e11c4b35ad15df7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:32:28 +0000 Subject: [PATCH] [client-python] chore(deps): update dependency pydantic-settings to >=2.13.1,<2.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94ab2cf..bdee267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "python_json_logger (>=3.3.0,<3.4.0)", "PyYAML (>=6.0,<6.1)", "pydantic (>=2.11.3,<2.12.0)", - "pydantic-settings (>=2.11.0,<2.12.0)", + "pydantic-settings (>=2.13.1,<2.14.0)", "requests (>=2.32.3,<2.33.0)", "setuptools (>=80.9.0,<80.10.0)", "cachetools (>=5.5.0,<5.6.0)",