From 7e4708fe2f1d9e97d9a76fe2f2fa6924d4573e51 Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Tue, 28 Jan 2025 09:35:10 -0800 Subject: [PATCH] lower pymongo version - needs maggma update for deprecated class --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 97ba671c47..76547da79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ "pydantic-settings>=2.0.3", "pydantic>=2.0.1", "pymatgen>=2024.11.13", + "pymongo<=4.10.1", # TODO: remove pending maggma fix ] [project.optional-dependencies] @@ -113,6 +114,7 @@ strict = [ "pydantic==2.9.2", "pymatgen-analysis-defects==2024.10.22", "pymatgen==2025.1.9", + "pymongo==4.10.1", # TODO: remove pending maggma fix "python-ulid==3.0.0", "seekpath==2.1.0", "tblite==0.3.0; python_version < '3.12'",