From 2336cc39426ad78fe9c306627afa14c9ad25fe3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:55:15 +0000 Subject: [PATCH] chore(deps): update pydantic-settings requirement 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.8.1...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.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 e9cb540f..2312478a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ diskcache>=5.6.3,<6.0.0 substrate-interface>=1.7.11,<1.8 python-dotenv>=1.0.1,<2.0.0 pydantic[email,timezone]>=2.0.3,<3.0.0 -pydantic-settings>=2.8.1,<3.0.0 +pydantic-settings>=2.14.1,<3.0.0 historical_fingerprinter @ git+https://github.com/RedTeamSubnet/historical-fingerprinter-challenge.git@v2.0.1 flr_challenge @ git+https://github.com/RedTeamSubnet/flowradar-challenge.git@v1.1.0