Fixes #22388: Pin redis-py to <8.0 (#22389)

This commit is contained in:
Jeremy Stretch 2026-06-04 14:55:18 -04:00 committed by GitHub
parent d4d931dd4f
commit 553b97464a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,11 @@ psycopg[c,pool]
# https://github.com/yaml/pyyaml/blob/master/CHANGES
PyYAML
# redis-py
# https://github.com/redis/redis-py
# Default protocol changes to RESP3 in v8.0; see #22388
redis<8.0
# Requests
# https://github.com/psf/requests/blob/main/HISTORY.md
requests

View File

@ -32,6 +32,7 @@ nh3==0.3.5
Pillow==12.2.0
psycopg[c,pool]==3.3.4
PyYAML==6.0.3
redis==7.4.0
requests==2.34.2
rq==2.9.0
social-auth-app-django==5.9.0