mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump redis max version to <5.3.0 (#1631)
* Bump redis max version to <5.3.0 * Describe changes
This commit is contained in:
parent
75fbe544c3
commit
a516b7f03f
2 changed files with 2 additions and 1 deletions
1
CHANGES/1631.misc.rst
Normal file
1
CHANGES/1631.misc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Increased max :code:`redis` version support from “<5.1.0” to “<5.3.0”
|
||||
|
|
@ -60,7 +60,7 @@ fast = [
|
|||
"aiodns>=3.0.0",
|
||||
]
|
||||
redis = [
|
||||
"redis[hiredis]>=5.0.1,<5.1.0",
|
||||
"redis[hiredis]>=5.0.1,<5.3.0",
|
||||
]
|
||||
mongo = [
|
||||
"motor>=3.3.2,<3.7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue