mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
changed allowed versions of pymongo, to be compatible with motor
This commit is contained in:
parent
116f57d17c
commit
080a6850eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue