File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
3535 " pydantic-settings>=2.0.3" ,
3636 " pydantic>=2.0.1" ,
3737 " pymatgen>=2024.11.13" ,
38- " pymongo<=4.10.1" , # TODO: remove pending maggma fix
38+ " pymongo<=4.10.1" , # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
3939]
4040
4141[project .optional-dependencies ]
@@ -114,7 +114,7 @@ strict = [
114114 " pydantic==2.9.2" ,
115115 " pymatgen-analysis-defects==2024.10.22" ,
116116 " pymatgen==2024.11.13" ,
117- " pymongo==4.10.1" , # TODO: remove pending maggma fix
117+ " pymongo==4.10.1" , # TODO: remove pending `mongomock` (required by maggma) update to include `sort` kwarg required by pymongo>=4.11
118118 " python-ulid==3.0.0" ,
119119 " seekpath==2.1.0" ,
120120 " tblite==0.3.0; python_version < '3.12'" ,
You can’t perform that action at this time.
0 commit comments