Skip to content

Commit

Permalink
Support latest pymongo v3 version (as well as v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Dec 8, 2021
1 parent 4c3fc29 commit e765b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Dependencies
# Server minded
elastic_deps = ["elasticsearch-dsl~=6.4,<7.0"]
mongo_deps = ["pymongo~=4.0", "mongomock~=3.23"]
mongo_deps = ["pymongo>=3.12.1,<5", "mongomock~=3.23"]
server_deps = [
"uvicorn~=0.15",
"Jinja2>=2.10,<4.0",
Expand Down

0 comments on commit e765b95

Please sign in to comment.