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

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