From ecbaf268ac084b27b9ff3044c0c3c2089ef3e142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:10:53 +0000 Subject: [PATCH] Update pydantic requirement from <=2.9.2 to <=2.11.10 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/v2.11.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v0.0.2...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 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 d42d2393..e1f65c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "mp-api==0.41.2", "numpy>=1.26.4", "pydantic-core<=2.23.4", - "pydantic<=2.9.2", + "pydantic<=2.11.10", "pymatgen>=2024.3.1", "tqdm>=4.67.0", ]