File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " dify-api"
3- version = " 1.9.0 "
3+ version = " 1.9.1 "
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.9.0
5+ image : langgenius/dify-api:1.9.1
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.9.0
34+ image : langgenius/dify-api:1.9.1
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.9.0
61+ image : langgenius/dify-api:1.9.1
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.9.0
79+ image : langgenius/dify-web:1.9.1
8080 restart : always
8181 environment :
8282 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ x-shared-env: &shared-api-worker-env
599599services :
600600 # API service
601601 api :
602- image : langgenius/dify-api:1.9.0
602+ image : langgenius/dify-api:1.9.1
603603 restart : always
604604 environment :
605605 # Use the shared environment variables.
@@ -628,7 +628,7 @@ services:
628628 # worker service
629629 # The Celery worker for processing the queue.
630630 worker :
631- image : langgenius/dify-api:1.9.0
631+ image : langgenius/dify-api:1.9.1
632632 restart : always
633633 environment :
634634 # Use the shared environment variables.
@@ -655,7 +655,7 @@ services:
655655 # worker_beat service
656656 # Celery beat for scheduling periodic tasks.
657657 worker_beat :
658- image : langgenius/dify-api:1.9.0
658+ image : langgenius/dify-api:1.9.1
659659 restart : always
660660 environment :
661661 # Use the shared environment variables.
@@ -673,7 +673,7 @@ services:
673673
674674 # Frontend web application.
675675 web :
676- image : langgenius/dify-web:1.9.0
676+ image : langgenius/dify-web:1.9.1
677677 restart : always
678678 environment :
679679 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
44 "private" : true ,
55 "packageManager" :
" [email protected] " ,
66 "engines" : {
278278 "which-typed-array" : " npm:@nolyfill/which-typed-array@^1"
279279 }
280280 }
281- }
281+ }
You can’t perform that action at this time.
0 commit comments