From 5b258c67e6a6a7b2d17542ea5c85339129b90903 Mon Sep 17 00:00:00 2001 From: golanha Date: Sun, 28 Jul 2024 16:08:04 +0300 Subject: [PATCH] update mongo version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 062a47c..275d31a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Events==0.4', 'websocket-client==0.57.0', 'simplejson==3.17.2', - 'pymongo==3.11.3', + 'pymongo==4.2.0', 'msgpack==1.0.2', 'boto3<=1.17.20', "wsaccel==0.6.2",