Skip to content

Commit 8bc8d0a

Browse files
niheconomoumc00kiemon5ter
authored andcommitted
Start migration to PyMongo 4
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
1 parent 8cbd697 commit 8bc8d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'pycryptodomex',
1616
],
1717
extras_require={
18-
'mongo': 'pymongo',
18+
'mongo': 'pymongo >= 3.12, < 4.0',
1919
'redis': 'redis',
2020
},
2121
)

0 commit comments

Comments
 (0)