Skip to content

Commit

Permalink
Fixed import error
Browse files Browse the repository at this point in the history
from pymongo.cursor import _QUERY_OPTIONS, Cursor, RawBatchCursor
ImportError: cannot import name '_QUERY_OPTIONS' from 'pymongo.cursor' (/app/.heroku/python/lib/python3.10/site-packages/pymongo/cursor.py)
  • Loading branch information
Tanjiroop authored Oct 2, 2024
1 parent e704f39 commit 8625dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/KurimuzonAkuma/pyrogram
tgcrypto
pymongo[srv]==3.12.3
pymongo
motor==2.5.1
marshmallow==3.14.1
umongo==3.0.1
Expand Down

0 comments on commit 8625dfa

Please sign in to comment.