Bump redis max version to <5.3.0 (#1631)

* Bump redis max version to <5.3.0

* Describe changes
This commit is contained in:
Anton Trotsenko 2025-01-17 00:29:50 +01:00 committed by GitHub
parent 75fbe544c3
commit a516b7f03f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
CHANGES/1631.misc.rst Normal file
View file

@ -0,0 +1 @@
Increased max :code:`redis` version support from “<5.1.0” to “<5.3.0”

View file

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