File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
9
9
10
10
CURRENT_VERSION : str = Field (
11
11
description = "Dify version" ,
12
- default = "1.2 .0" ,
12
+ default = "1.3 .0" ,
13
13
)
14
14
15
15
COMMIT_SHA : str = Field (
Original file line number Diff line number Diff line change 40
40
CHECK_DEPENDENCIES_REDIS_KEY_PREFIX = "app_check_dependencies:"
41
41
IMPORT_INFO_REDIS_EXPIRY = 10 * 60 # 10 minutes
42
42
DSL_MAX_SIZE = 10 * 1024 * 1024 # 10MB
43
- CURRENT_DSL_VERSION = "0.1.5 "
43
+ CURRENT_DSL_VERSION = "0.2.0 "
44
44
45
45
46
46
class ImportMode (StrEnum ):
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
2
2
services :
3
3
# API service
4
4
api :
5
- image : langgenius/dify-api:1.2 .0
5
+ image : langgenius/dify-api:1.3 .0
6
6
restart : always
7
7
environment :
8
8
# Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
31
31
# worker service
32
32
# The Celery worker for processing the queue.
33
33
worker :
34
- image : langgenius/dify-api:1.2 .0
34
+ image : langgenius/dify-api:1.3 .0
35
35
restart : always
36
36
environment :
37
37
# Use the shared environment variables.
@@ -57,7 +57,7 @@ services:
57
57
58
58
# Frontend web application.
59
59
web :
60
- image : langgenius/dify-web:1.2 .0
60
+ image : langgenius/dify-web:1.3 .0
61
61
restart : always
62
62
environment :
63
63
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -142,7 +142,7 @@ services:
142
142
143
143
# plugin daemon
144
144
plugin_daemon :
145
- image : langgenius/dify-plugin-daemon:0.0.7 -local
145
+ image : langgenius/dify-plugin-daemon:0.0.8 -local
146
146
restart : always
147
147
environment :
148
148
# Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ services:
71
71
72
72
# plugin daemon
73
73
plugin_daemon :
74
- image : langgenius/dify-plugin-daemon:0.0.7 -local
74
+ image : langgenius/dify-plugin-daemon:0.0.8 -local
75
75
restart : always
76
76
env_file :
77
77
- ./middleware.env
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ x-shared-env: &shared-api-worker-env
479
479
services :
480
480
# API service
481
481
api :
482
- image : langgenius/dify-api:1.2 .0
482
+ image : langgenius/dify-api:1.3 .0
483
483
restart : always
484
484
environment :
485
485
# Use the shared environment variables.
@@ -508,7 +508,7 @@ services:
508
508
# worker service
509
509
# The Celery worker for processing the queue.
510
510
worker :
511
- image : langgenius/dify-api:1.2 .0
511
+ image : langgenius/dify-api:1.3 .0
512
512
restart : always
513
513
environment :
514
514
# Use the shared environment variables.
@@ -534,7 +534,7 @@ services:
534
534
535
535
# Frontend web application.
536
536
web :
537
- image : langgenius/dify-web:1.2 .0
537
+ image : langgenius/dify-web:1.3 .0
538
538
restart : always
539
539
environment :
540
540
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -619,7 +619,7 @@ services:
619
619
620
620
# plugin daemon
621
621
plugin_daemon :
622
- image : langgenius/dify-plugin-daemon:0.0.7 -local
622
+ image : langgenius/dify-plugin-daemon:0.0.8 -local
623
623
restart : always
624
624
environment :
625
625
# Use the shared environment variables.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dify-web" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=v22.11.0"
You can’t perform that action at this time.
0 commit comments