From c7a679fe214f38b4d4a7b0e6b56b86b79e69827e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:07:57 +0000 Subject: [PATCH] Update pydantic requirement from <=2.9.2 to <=2.12.0 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/v0.0.2...v2.12.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 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..da31db89 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.12.0", "pymatgen>=2024.3.1", "tqdm>=4.67.0", ]