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 = [
35
35
" pydantic-settings>=2.0.3" ,
36
36
" pydantic>=2.0.1" ,
37
37
" 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
39
39
]
40
40
41
41
[project .optional-dependencies ]
@@ -114,7 +114,7 @@ strict = [
114
114
" pydantic==2.9.2" ,
115
115
" pymatgen-analysis-defects==2024.10.22" ,
116
116
" 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
118
118
" python-ulid==3.0.0" ,
119
119
" seekpath==2.1.0" ,
120
120
" tblite==0.3.0; python_version < '3.12'" ,
You can’t perform that action at this time.
0 commit comments