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 c0b13ba commit c12bd0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"uncertainties",
"websocket_client",
"zstandard",
"pymongo<4.9.1",
"pymongo<4.9",
],
extras_require={
"dev": ["pytest", "flake8"]
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jupyter-kernel-gateway
kaleido
mpcontribs-client
psutil
pymongo<4.9.1
pymongo<4.9
2 changes: 1 addition & 1 deletion mpcontribs-portal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scipy",
"setproctitle",
"whitenoise",
"pymongo<4.9.1",
"pymongo<4.9",
],
extras_require={
"dev": ["pytest", "flake8"]
Expand Down

0 comments on commit c12bd0c

Please sign in to comment.