Skip to content

Commit

Permalink
lower pymongo version - needs maggma update for deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Jan 28, 2025
1 parent 74498f1 commit 7e4708f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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'",
Expand Down

0 comments on commit 7e4708f

Please sign in to comment.