Skip to content

Commit

Permalink
try pymongo<4.9 for dd-trace-py
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Sep 25, 2024
1 parent b6fa2fe commit e64b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"asgi-logger",
"pymatgen-analysis-alloys>=0.0.3",
"pymatgen-analysis-defects>=2024.7.18",
"pymongo<4.9.1",
"pymongo<4.9",
],
extras_require={
"test": [
Expand Down

0 comments on commit e64b143

Please sign in to comment.