changed allowed versions of pymongo, to be compatible with motor

This commit is contained in:
kievzenit 2025-08-11 21:43:35 +03:00
parent 116f57d17c
commit 080a6850eb

View file

@ -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",