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