From a78381c060bbc316ce59600ac2d2241a5a2ca836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:29:10 +0000 Subject: [PATCH] Update pydantic requirement from <=2.12.4,>=2.11.7 to >=2.11.7,<=2.12.5 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 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 4c7edd9..8047c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "omegaconf>=2.1.2,<=2.3.0", "pandas>=2.1.2,<=2.3.3", "password-strength>=0.0.3.post2,<=0.0.3.post2", - "pydantic>=2.11.7,<=2.12.4", + "pydantic>=2.11.7,<=2.12.5", "scikit-learn>=1.3.1,<=1.6.1", "sseclient-py>=1.8.0,<=1.8.0", "tqdm>=4.63.0,<=4.67.1",