mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
chore: bump version to 1.16.0 (#39196)
This commit is contained in:
parent
5fd06fafe0
commit
5c6372d2f7
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dify-api"
|
name = "dify-api"
|
||||||
version = "1.16.0-rc1"
|
version = "1.16.0"
|
||||||
requires-python = "~=3.12.0"
|
requires-python = "~=3.12.0"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
4
api/uv.lock
generated
4
api/uv.lock
generated
@ -1281,7 +1281,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dify-agent"
|
name = "dify-agent"
|
||||||
version = "1.16.0rc1"
|
version = "1.16.0"
|
||||||
source = { editable = "../dify-agent" }
|
source = { editable = "../dify-agent" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
@ -1331,7 +1331,7 @@ docs = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dify-api"
|
name = "dify-api"
|
||||||
version = "1.16.0rc1"
|
version = "1.16.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aliyun-log-python-sdk" },
|
{ name = "aliyun-log-python-sdk" },
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dify-agent"
|
name = "dify-agent"
|
||||||
version = "1.16.0-rc1"
|
version = "1.16.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<4.0"
|
requires-python = ">=3.12,<4.0"
|
||||||
|
|||||||
2
dify-agent/uv.lock
generated
2
dify-agent/uv.lock
generated
@ -581,7 +581,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dify-agent"
|
name = "dify-agent"
|
||||||
version = "1.16.0rc1"
|
version = "1.16.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "httpx" },
|
{ name = "httpx" },
|
||||||
|
|||||||
@ -220,7 +220,7 @@ services:
|
|||||||
# API service
|
# API service
|
||||||
api:
|
api:
|
||||||
<<: *shared-api-worker-config
|
<<: *shared-api-worker-config
|
||||||
image: langgenius/dify-api:1.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
environment:
|
environment:
|
||||||
MODE: worker
|
MODE: worker
|
||||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||||
@ -345,7 +345,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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
environment:
|
environment:
|
||||||
MODE: beat
|
MODE: beat
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -378,7 +378,7 @@ services:
|
|||||||
|
|
||||||
# Frontend web application.
|
# Frontend web application.
|
||||||
web:
|
web:
|
||||||
image: langgenius/dify-web:1.16.0-rc1
|
image: langgenius/dify-web:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/web.env
|
- path: ./envs/core-services/web.env
|
||||||
@ -531,7 +531,7 @@ services:
|
|||||||
|
|
||||||
# Local sandbox for Dify Agent shell workspaces.
|
# Local sandbox for Dify Agent shell workspaces.
|
||||||
local_sandbox:
|
local_sandbox:
|
||||||
image: langgenius/dify-agent-local-sandbox:1.16.0-rc1
|
image: langgenius/dify-agent-local-sandbox:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/local-sandbox.env
|
- path: ./envs/core-services/local-sandbox.env
|
||||||
@ -636,7 +636,7 @@ services:
|
|||||||
|
|
||||||
# Dify Agent backend service.
|
# Dify Agent backend service.
|
||||||
agent_backend:
|
agent_backend:
|
||||||
image: langgenius/dify-agent-backend:1.16.0-rc1
|
image: langgenius/dify-agent-backend:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/dify-agent.env
|
- path: ./envs/core-services/dify-agent.env
|
||||||
|
|||||||
@ -226,7 +226,7 @@ services:
|
|||||||
# API service
|
# API service
|
||||||
api:
|
api:
|
||||||
<<: *shared-api-worker-config
|
<<: *shared-api-worker-config
|
||||||
image: langgenius/dify-api:1.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
environment:
|
environment:
|
||||||
MODE: api
|
MODE: api
|
||||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||||
@ -276,7 +276,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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
profiles:
|
profiles:
|
||||||
- collaboration
|
- collaboration
|
||||||
environment:
|
environment:
|
||||||
@ -302,7 +302,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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
environment:
|
environment:
|
||||||
MODE: worker
|
MODE: worker
|
||||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||||
@ -351,7 +351,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.16.0-rc1
|
image: langgenius/dify-api:1.16.0
|
||||||
environment:
|
environment:
|
||||||
MODE: beat
|
MODE: beat
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -384,7 +384,7 @@ services:
|
|||||||
|
|
||||||
# Frontend web application.
|
# Frontend web application.
|
||||||
web:
|
web:
|
||||||
image: langgenius/dify-web:1.16.0-rc1
|
image: langgenius/dify-web:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/web.env
|
- path: ./envs/core-services/web.env
|
||||||
@ -537,7 +537,7 @@ services:
|
|||||||
|
|
||||||
# Local sandbox for Dify Agent shell workspaces.
|
# Local sandbox for Dify Agent shell workspaces.
|
||||||
local_sandbox:
|
local_sandbox:
|
||||||
image: langgenius/dify-agent-local-sandbox:1.16.0-rc1
|
image: langgenius/dify-agent-local-sandbox:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/local-sandbox.env
|
- path: ./envs/core-services/local-sandbox.env
|
||||||
@ -642,7 +642,7 @@ services:
|
|||||||
|
|
||||||
# Dify Agent backend service.
|
# Dify Agent backend service.
|
||||||
agent_backend:
|
agent_backend:
|
||||||
image: langgenius/dify-agent-backend:1.16.0-rc1
|
image: langgenius/dify-agent-backend:1.16.0
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./envs/core-services/dify-agent.env
|
- path: ./envs/core-services/dify-agent.env
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dify-web",
|
"name": "dify-web",
|
||||||
"version": "1.16.0-rc1",
|
"version": "1.16.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"imports": {
|
"imports": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user