Skip to content

Commit e0a9fe8

Browse files
committed
Require pymongo>=3.6 for MongoDB 5.1 support
MongoDB 5.1 removes support for OP_QUERY so pymongo>=3.6 is required.
1 parent 703908f commit e0a9fe8

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
@@ -89,7 +89,7 @@ def run(self):
8989
license="http://www.apache.org/licenses/LICENSE-2.0.html",
9090
platforms=['any'],
9191
url='https://github.com/10gen/mongo-orchestration',
92-
install_requires=['pymongo>=3.0.2,<4',
92+
install_requires=['pymongo>=3.6,<4',
9393
'bottle>=0.12.7',
9494
'CherryPy>=3.5.0,<9.0.0'] + extra_deps,
9595
extras_require={

0 commit comments

Comments
 (0)