chore: bump version to 1.14.0 (#35662)

This commit is contained in:
Yunlu Wen
2026-04-29 11:09:35 +08:00
committed by GitHub
parent d23cefe005
commit 6fafeec415
6 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "dify-api"
version = "1.13.3"
version = "1.14.0"
requires-python = "~=3.12.0"
dependencies = [

2
api/uv.lock generated
View File

@@ -1289,7 +1289,7 @@ wheels = [
[[package]]
name = "dify-api"
version = "1.13.3"
version = "1.14.0"
source = { virtual = "." }
dependencies = [
{ name = "aliyun-log-python-sdk" },

View File

@@ -21,7 +21,7 @@ services:
# API service
api:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -69,7 +69,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -115,7 +115,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -152,7 +152,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.13.3
image: langgenius/dify-web:1.14.0
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -268,7 +268,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.14
image: langgenius/dify-sandbox:0.2.15
restart: always
environment:
# The DifySandbox configurations
@@ -292,7 +292,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.5.3-local
image: langgenius/dify-plugin-daemon:0.6.0-local
restart: always
environment:
# Use the shared environment variables.

View File

@@ -103,7 +103,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.14
image: langgenius/dify-sandbox:0.2.15
restart: always
env_file:
- ./middleware.env
@@ -129,7 +129,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.5.3-local
image: langgenius/dify-plugin-daemon:0.6.0-local
restart: always
env_file:
- ./middleware.env

View File

@@ -745,7 +745,7 @@ services:
# API service
api:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -793,7 +793,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -839,7 +839,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
restart: always
environment:
# Use the shared environment variables.
@@ -876,7 +876,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.13.3
image: langgenius/dify-web:1.14.0
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -992,7 +992,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.14
image: langgenius/dify-sandbox:0.2.15
restart: always
environment:
# The DifySandbox configurations
@@ -1016,7 +1016,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.5.3-local
image: langgenius/dify-plugin-daemon:0.6.0-local
restart: always
environment:
# Use the shared environment variables.

View File

@@ -1,7 +1,7 @@
{
"name": "dify-web",
"type": "module",
"version": "1.13.3",
"version": "1.14.0",
"private": true,
"imports": {
"#i18n": {