From b2facaa830ba7b75dadf0c7c03270f5b69a2af96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:11:07 +0000 Subject: [PATCH] Update pydantic-settings requirement from <2.11,>=2.3 to >=2.3,<2.12 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.3.0...v2.11.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aef64438d..8e399bc9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ rocksdict>=0.3,<0.4 typing_extensions>=4.8 orjson>=3.9,<4 pydantic>=2.7,<2.12 -pydantic-settings>=2.3,<2.11 +pydantic-settings>=2.3,<2.12 jsonschema>=4.3.0 jsonlines>=4,<5 rich>=13,<15