Skip to content

Commit

Permalink
Start migration to PyMongo 4
Browse files Browse the repository at this point in the history
Pin pyop to the latest version of PyMongo 3.x until it has completely
migrated to PyMongo 4.  Most of the key new methods and options from
PyMongo 4.0 are backported in PyMongo 3.12, making migration much
easier.

Closes #51
  • Loading branch information
niheconomoum authored and c00kiemon5ter committed Sep 29, 2023
1 parent 8cbd697 commit 8bc8d0a
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 @@ -15,7 +15,7 @@
'pycryptodomex',
],
extras_require={
'mongo': 'pymongo',
'mongo': 'pymongo >= 3.12, < 4.0',
'redis': 'redis',
},
)

0 comments on commit 8bc8d0a

Please sign in to comment.