Revert "chore: upgrade Redis from v6 to v7 in middlewares" (#19960)

This commit is contained in:
crazywoola 2025-05-20 10:44:53 +08:00 committed by GitHub
parent 911f9eadd0
commit 7ae529c3b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2158 additions and 2158 deletions

View File

@ -72,7 +72,7 @@ dependencies = [
"python-dotenv==1.0.1", "python-dotenv==1.0.1",
"pyyaml~=6.0.1", "pyyaml~=6.0.1",
"readabilipy~=0.3.0", "readabilipy~=0.3.0",
"redis[hiredis]~=6.1.0", "redis[hiredis]~=6.0.0",
"resend~=2.9.0", "resend~=2.9.0",
"sentry-sdk[flask]~=2.28.0", "sentry-sdk[flask]~=2.28.0",
"sqlalchemy~=2.0.29", "sqlalchemy~=2.0.29",

4308
api/uv.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,7 @@ services:
# The redis cache. # The redis cache.
redis: redis:
image: redis:7-alpine image: redis:6-alpine
restart: always restart: always
environment: environment:
REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456} REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456}

View File

@ -27,7 +27,7 @@ services:
# The redis cache. # The redis cache.
redis: redis:
image: redis:7-alpine image: redis:6-alpine
restart: always restart: always
env_file: env_file:
- ./middleware.env - ./middleware.env

View File

@ -595,7 +595,7 @@ services:
# The redis cache. # The redis cache.
redis: redis:
image: redis:7-alpine image: redis:6-alpine
restart: always restart: always
environment: environment:
REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456} REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456}