瀏覽代碼

chore(version): bump version to 1.7.2 (#23740)

tags/1.7.2^0
Wu Tianwei 2 月之前
父節點
當前提交
0baccb9e82
沒有連結到貢獻者的電子郵件帳戶。
共有 5 個檔案被更改,包括 11 行新增11 行删除
  1. 1
    1
      api/pyproject.toml
  2. 1
    1
      api/uv.lock
  3. 4
    4
      docker/docker-compose-template.yaml
  4. 4
    4
      docker/docker-compose.yaml
  5. 1
    1
      web/package.json

+ 1
- 1
api/pyproject.toml 查看文件

@@ -1,6 +1,6 @@
[project]
name = "dify-api"
version = "1.7.1"
version = "1.7.2"
requires-python = ">=3.11,<3.13"

dependencies = [

+ 1
- 1
api/uv.lock 查看文件

@@ -1236,7 +1236,7 @@ wheels = [

[[package]]
name = "dify-api"
version = "1.7.1"
version = "1.7.2"
source = { virtual = "." }
dependencies = [
{ name = "arize-phoenix-otel" },

+ 4
- 4
docker/docker-compose-template.yaml 查看文件

@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -58,7 +58,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -76,7 +76,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:1.7.1
image: langgenius/dify-web:1.7.2
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

+ 4
- 4
docker/docker-compose.yaml 查看文件

@@ -567,7 +567,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -596,7 +596,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -623,7 +623,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always
environment:
# Use the shared environment variables.
@@ -641,7 +641,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:1.7.1
image: langgenius/dify-web:1.7.2
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

+ 1
- 1
web/package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "dify-web",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"engines": {
"node": ">=v22.11.0"

Loading…
取消
儲存