mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
pinned the upper version of pymongo to <4.11
This commit is contained in:
parent
080a6850eb
commit
cf2e47236f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ redis = [
|
|||
]
|
||||
mongo = [
|
||||
"motor>=3.3.2,<3.7.0",
|
||||
"pymongo>4.5,<4.10",
|
||||
"pymongo>4.5,<4.11",
|
||||
]
|
||||
proxy = [
|
||||
"aiohttp-socks~=0.8.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue