mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-30 01:55:17 +08:00
Revert "chore: upgrade Redis from v6 to v7 in middlewares" (#19960)
This commit is contained in:
parent
911f9eadd0
commit
7ae529c3b0
@ -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
4308
api/uv.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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}
|
||||||
|
@ -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
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user