chore: bump version to 1.17.0 (#41247)

Co-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Yunlu Wen
2026-08-25 10:52:21 +00:00
committed by GitHub
parent a6fe278662
commit 09a855dcef
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "dify-api"
version = "1.16.1"
version = "1.17.0"
requires-python = "~=3.12.0"
dependencies = [
Generated
+2 -2
View File
@@ -1296,7 +1296,7 @@ wheels = [
[[package]]
name = "dify-agent"
version = "1.16.1"
version = "1.17.0"
source = { editable = "../dify-agent" }
dependencies = [
{ name = "httpx" },
@@ -1346,7 +1346,7 @@ docs = [
[[package]]
name = "dify-api"
version = "1.16.1"
version = "1.17.0"
source = { virtual = "." }
dependencies = [
{ name = "aliyun-log-python-sdk" },
+1 -1
View File
@@ -71,7 +71,7 @@
"channel": "alpha",
"compat": {
"minDify": "1.16.0",
"maxDify": "1.16.1"
"maxDify": "1.17.0"
},
"release": {
"tagPrefix": "difyctl-v",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "dify-agent"
version = "1.16.1"
version = "1.17.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<4.0"
+1 -1
View File
@@ -587,7 +587,7 @@ wheels = [
[[package]]
name = "dify-agent"
version = "1.16.1"
version = "1.17.0"
source = { editable = "." }
dependencies = [
{ name = "httpx" },
+7 -7
View File
@@ -220,7 +220,7 @@ services:
# API service
api:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -268,7 +268,7 @@ services:
# WebSocket service for workflow collaboration.
api_websocket:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
profiles:
- collaboration
environment:
@@ -299,7 +299,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
<<: *shared-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -346,7 +346,7 @@ services:
# Celery beat for scheduling periodic tasks.
worker_beat:
<<: *shared-worker-beat-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: beat
depends_on:
@@ -379,7 +379,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.16.1
image: langgenius/dify-web:1.17.0
restart: always
env_file:
- path: ./envs/core-services/web.env
@@ -540,7 +540,7 @@ services:
# on port 3128, which only allows agent_backend /agent-stub/ and the Dify API
# /files/* endpoints (see ssrf_proxy/squid-agent.conf.template).
local_sandbox:
image: langgenius/dify-agent-local-sandbox:1.16.1
image: langgenius/dify-agent-local-sandbox:1.17.0
restart: always
env_file:
- path: ./envs/core-services/local-sandbox.env
@@ -652,7 +652,7 @@ services:
# Dify Agent backend service.
agent_backend:
image: langgenius/dify-agent-backend:1.16.1
image: langgenius/dify-agent-backend:1.17.0
restart: always
env_file:
- path: ./envs/core-services/dify-agent.env
+7 -7
View File
@@ -226,7 +226,7 @@ services:
# API service
api:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: api
SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -274,7 +274,7 @@ services:
# WebSocket service for workflow collaboration.
api_websocket:
<<: *shared-api-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
profiles:
- collaboration
environment:
@@ -305,7 +305,7 @@ services:
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
<<: *shared-worker-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: worker
SENTRY_DSN: ${API_SENTRY_DSN:-}
@@ -352,7 +352,7 @@ services:
# Celery beat for scheduling periodic tasks.
worker_beat:
<<: *shared-worker-beat-config
image: langgenius/dify-api:1.16.1
image: langgenius/dify-api:1.17.0
environment:
MODE: beat
depends_on:
@@ -385,7 +385,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.16.1
image: langgenius/dify-web:1.17.0
restart: always
env_file:
- path: ./envs/core-services/web.env
@@ -546,7 +546,7 @@ services:
# on port 3128, which only allows agent_backend /agent-stub/ and the Dify API
# /files/* endpoints (see ssrf_proxy/squid-agent.conf.template).
local_sandbox:
image: langgenius/dify-agent-local-sandbox:1.16.1
image: langgenius/dify-agent-local-sandbox:1.17.0
restart: always
env_file:
- path: ./envs/core-services/local-sandbox.env
@@ -658,7 +658,7 @@ services:
# Dify Agent backend service.
agent_backend:
image: langgenius/dify-agent-backend:1.16.1
image: langgenius/dify-agent-backend:1.17.0
restart: always
env_file:
- path: ./envs/core-services/dify-agent.env
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dify-web",
"version": "1.16.1",
"version": "1.17.0",
"private": true,
"type": "module",
"imports": {