From 2079c80b5bfd7855b57ac30fb72a0e647d76e771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:58:31 +0000 Subject: [PATCH] Update pydantic requirement from <=2.13.2,>=2.11.7 to >=2.11.7,<=2.13.3 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.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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 2a89eab..a59cbc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,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.13.2", + "pydantic>=2.11.7,<=2.13.3", "scikit-learn>=1.3.1,<=1.6.1", "sseclient-py>=1.8.0,<=1.9.0", "tqdm>=4.63.0,<=4.67.3",