Skip to content

Commit 7ec94eb

Browse files
Nov1c444laipz8200
andauthored
chore(version): bump to 1.7.0 (#22830)
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
1 parent 79ab8b2 commit 7ec94eb

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dify-api"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
requires-python = ">=3.11,<3.13"
55

66
dependencies = [

api/services/app_dsl_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
CHECK_DEPENDENCIES_REDIS_KEY_PREFIX = "app_check_dependencies:"
4242
IMPORT_INFO_REDIS_EXPIRY = 10 * 60 # 10 minutes
4343
DSL_MAX_SIZE = 10 * 1024 * 1024 # 10MB
44-
CURRENT_DSL_VERSION = "0.3.0"
44+
CURRENT_DSL_VERSION = "0.3.1"
4545

4646

4747
class ImportMode(StrEnum):

api/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/docker-compose-template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22
services:
33
# API service
44
api:
5-
image: langgenius/dify-api:1.6.0
5+
image: langgenius/dify-api:1.7.0
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.6.0
34+
image: langgenius/dify-api:1.7.0
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.5.0
61+
image: langgenius/dify-api:1.7.0
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.6.0
79+
image: langgenius/dify-web:1.7.0
8080
restart: always
8181
environment:
8282
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -162,7 +162,7 @@ services:
162162

163163
# plugin daemon
164164
plugin_daemon:
165-
image: langgenius/dify-plugin-daemon:0.1.3-local
165+
image: langgenius/dify-plugin-daemon:0.2.0-local
166166
restart: always
167167
environment:
168168
# Use the shared environment variables.

docker/docker-compose.middleware.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ services:
7171

7272
# plugin daemon
7373
plugin_daemon:
74-
image: langgenius/dify-plugin-daemon:0.1.3-local
74+
image: langgenius/dify-plugin-daemon:0.2.0-local
7575
restart: always
7676
env_file:
7777
- ./middleware.env

docker/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ x-shared-env: &shared-api-worker-env
539539
services:
540540
# API service
541541
api:
542-
image: langgenius/dify-api:1.6.0
542+
image: langgenius/dify-api:1.7.0
543543
restart: always
544544
environment:
545545
# Use the shared environment variables.
@@ -568,7 +568,7 @@ services:
568568
# worker service
569569
# The Celery worker for processing the queue.
570570
worker:
571-
image: langgenius/dify-api:1.6.0
571+
image: langgenius/dify-api:1.7.0
572572
restart: always
573573
environment:
574574
# Use the shared environment variables.
@@ -595,7 +595,7 @@ services:
595595
# worker_beat service
596596
# Celery beat for scheduling periodic tasks.
597597
worker_beat:
598-
image: langgenius/dify-api:1.5.0
598+
image: langgenius/dify-api:1.7.0
599599
restart: always
600600
environment:
601601
# Use the shared environment variables.
@@ -613,7 +613,7 @@ services:
613613

614614
# Frontend web application.
615615
web:
616-
image: langgenius/dify-web:1.6.0
616+
image: langgenius/dify-web:1.7.0
617617
restart: always
618618
environment:
619619
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -699,7 +699,7 @@ services:
699699

700700
# plugin daemon
701701
plugin_daemon:
702-
image: langgenius/dify-plugin-daemon:0.1.3-local
702+
image: langgenius/dify-plugin-daemon:0.2.0-local
703703
restart: always
704704
environment:
705705
# Use the shared environment variables.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"engines": {
66
"node": ">=v22.11.0"

0 commit comments

Comments
 (0)