File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " dify-api"
3- version = " 1.7.1 "
3+ version = " 1.7.2 "
44requires-python = " >=3.11,<3.13"
55
66dependencies = [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22services :
33 # API service
44 api :
5- image : langgenius/dify-api:1.7.1
5+ image : langgenius/dify-api:1.7.2
66 restart : always
77 environment :
88 # Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
3131 # worker service
3232 # The Celery worker for processing the queue.
3333 worker :
34- image : langgenius/dify-api:1.7.1
34+ image : langgenius/dify-api:1.7.2
3535 restart : always
3636 environment :
3737 # Use the shared environment variables.
@@ -58,7 +58,7 @@ services:
5858 # worker_beat service
5959 # Celery beat for scheduling periodic tasks.
6060 worker_beat :
61- image : langgenius/dify-api:1.7.1
61+ image : langgenius/dify-api:1.7.2
6262 restart : always
6363 environment :
6464 # Use the shared environment variables.
@@ -76,7 +76,7 @@ services:
7676
7777 # Frontend web application.
7878 web :
79- image : langgenius/dify-web:1.7.1
79+ image : langgenius/dify-web:1.7.2
8080 restart : always
8181 environment :
8282 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ x-shared-env: &shared-api-worker-env
567567services :
568568 # API service
569569 api :
570- image : langgenius/dify-api:1.7.1
570+ image : langgenius/dify-api:1.7.2
571571 restart : always
572572 environment :
573573 # Use the shared environment variables.
@@ -596,7 +596,7 @@ services:
596596 # worker service
597597 # The Celery worker for processing the queue.
598598 worker :
599- image : langgenius/dify-api:1.7.1
599+ image : langgenius/dify-api:1.7.2
600600 restart : always
601601 environment :
602602 # Use the shared environment variables.
@@ -623,7 +623,7 @@ services:
623623 # worker_beat service
624624 # Celery beat for scheduling periodic tasks.
625625 worker_beat :
626- image : langgenius/dify-api:1.7.1
626+ image : langgenius/dify-api:1.7.2
627627 restart : always
628628 environment :
629629 # Use the shared environment variables.
@@ -641,7 +641,7 @@ services:
641641
642642 # Frontend web application.
643643 web :
644- image : langgenius/dify-web:1.7.1
644+ image : langgenius/dify-web:1.7.2
645645 restart : always
646646 environment :
647647 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.7.2 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=v22.11.0"
You can’t perform that action at this time.
0 commit comments