From 080a6850ebee9e78e8e516a294ec3a1469c36078 Mon Sep 17 00:00:00 2001 From: kievzenit Date: Mon, 11 Aug 2025 21:43:35 +0300 Subject: [PATCH] changed allowed versions of pymongo, to be compatible with motor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a65a0ca..50db9d3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ redis = [ ] mongo = [ "motor>=3.3.2,<3.7.0", - "pymongo>=4.9.12", + "pymongo>4.5,<4.10", ] proxy = [ "aiohttp-socks~=0.8.3",