Skip to content

Commit

Permalink
fix: motor ImportError with pymongo
Browse files Browse the repository at this point in the history
`pymongo>=4.9` removed `QUERY_OPTIONS` from `pymongo.cursor`, while motor accepts `pymongo<5`.
  • Loading branch information
y-young committed Feb 2, 2025
1 parent 5918625 commit 487a4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tinydb~=4.5.2
firebase-admin~=6.1.0
# Mongo:
motor~=3.4.0
pymongo<4.9
dnspython~=2.1.0
# Cloudant:
cloudant~=2.15.0
Expand Down

0 comments on commit 487a4f1

Please sign in to comment.