From 3e827ddfcaa2c9395d429454cd65ef9fc42d3890 Mon Sep 17 00:00:00 2001 From: Alan Briolat Date: Tue, 15 Feb 2022 13:03:22 +0000 Subject: [PATCH] Temporarily pin pymongo 3.x, to allow writing tests for pymongo-using plugins --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df78702d..954f38df 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'click>=6.2,<7.0', 'straight.plugin==1.4.0-post-1', - 'pymongo>=3.6.0', + 'pymongo>=3.6.0,<4', 'requests>=2.9.1,<3.0.0', 'lxml>=2.3.5', 'aiogoogle>=0.1.13',