chore(release): bump version to 1.14.1 (#36034)

This commit is contained in:
-LAN-
2026-05-12 14:56:16 +08:00
committed by GitHub
parent 9424bf60b0
commit bb73776339
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "dify-api" name = "dify-api"
version = "1.14.0" version = "1.14.1"
requires-python = "~=3.12.0" requires-python = "~=3.12.0"
dependencies = [ dependencies = [
Generated
+1 -1
View File
@@ -1292,7 +1292,7 @@ wheels = [
[[package]] [[package]]
name = "dify-api" name = "dify-api"
version = "1.14.0" version = "1.14.1"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "aliyun-log-python-sdk" }, { name = "aliyun-log-python-sdk" },
+5 -5
View File
@@ -220,7 +220,7 @@ services:
# API service # API service
api: api:
<<: *shared-api-worker-config <<: *shared-api-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: api MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-} SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -264,7 +264,7 @@ services:
# WebSocket service for workflow collaboration. # WebSocket service for workflow collaboration.
api_websocket: api_websocket:
<<: *shared-api-worker-config <<: *shared-api-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
profiles: profiles:
- collaboration - collaboration
environment: environment:
@@ -290,7 +290,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.) # The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker: worker:
<<: *shared-worker-config <<: *shared-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: worker MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-} SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -333,7 +333,7 @@ services:
# Celery beat for scheduling periodic tasks. # Celery beat for scheduling periodic tasks.
worker_beat: worker_beat:
<<: *shared-worker-beat-config <<: *shared-worker-beat-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: beat MODE: beat
depends_on: depends_on:
@@ -366,7 +366,7 @@ services:
# Frontend web application. # Frontend web application.
web: web:
image: langgenius/dify-web:1.14.0 image: langgenius/dify-web:1.14.1
restart: always restart: always
env_file: env_file:
- path: ./envs/core-services/web.env - path: ./envs/core-services/web.env
+5 -5
View File
@@ -226,7 +226,7 @@ services:
# API service # API service
api: api:
<<: *shared-api-worker-config <<: *shared-api-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: api MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-} SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -270,7 +270,7 @@ services:
# WebSocket service for workflow collaboration. # WebSocket service for workflow collaboration.
api_websocket: api_websocket:
<<: *shared-api-worker-config <<: *shared-api-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
profiles: profiles:
- collaboration - collaboration
environment: environment:
@@ -296,7 +296,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.) # The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker: worker:
<<: *shared-worker-config <<: *shared-worker-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: worker MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-} SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -339,7 +339,7 @@ services:
# Celery beat for scheduling periodic tasks. # Celery beat for scheduling periodic tasks.
worker_beat: worker_beat:
<<: *shared-worker-beat-config <<: *shared-worker-beat-config
image: langgenius/dify-api:1.14.0 image: langgenius/dify-api:1.14.1
environment: environment:
MODE: beat MODE: beat
depends_on: depends_on:
@@ -372,7 +372,7 @@ services:
# Frontend web application. # Frontend web application.
web: web:
image: langgenius/dify-web:1.14.0 image: langgenius/dify-web:1.14.1
restart: always restart: always
env_file: env_file:
- path: ./envs/core-services/web.env - path: ./envs/core-services/web.env
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "dify-web", "name": "dify-web",
"type": "module", "type": "module",
"version": "1.14.0", "version": "1.14.1",
"private": true, "private": true,
"imports": { "imports": {
"#i18n": { "#i18n": {