From 95f52c86f1074a7a865cbe5bf6b8502bd8519d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:10:09 +0000 Subject: [PATCH] Update pydantic requirement from <=2.9.2 to <=2.12.4 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.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v0.0.2...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 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..213e2a0e 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.4", "pymatgen>=2024.3.1", "tqdm>=4.67.0", ]