Skip to content

Commit 39a5019

Browse files
Update pydantic requirement from <=2.9.2 to <=2.11.9
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.9/HISTORY.md) - [Commits](pydantic/pydantic@v0.0.2...v2.11.9) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 501b20f commit 39a5019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"mp-api==0.41.2",
3636
"numpy>=1.26.4",
3737
"pydantic-core<=2.23.4",
38-
"pydantic<=2.9.2",
38+
"pydantic<=2.11.9",
3939
"pymatgen>=2024.3.1",
4040
"tqdm>=4.67.0",
4141
]

0 commit comments

Comments
 (0)