Просмотр исходного кода

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

tags/1.7.2^0
Wu Tianwei 2 месяцев назад
Родитель
Сommit
0baccb9e82
Аккаунт пользователя с таким Email не найден
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 Просмотреть файл

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


dependencies = [ dependencies = [

+ 1
- 1
api/uv.lock Просмотреть файл



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

+ 4
- 4
docker/docker-compose-template.yaml Просмотреть файл

services: services:
# API service # API service
api: api:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
worker: worker:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
# worker_beat service # worker_beat service
# Celery beat for scheduling periodic tasks. # Celery beat for scheduling periodic tasks.
worker_beat: worker_beat:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.


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

+ 4
- 4
docker/docker-compose.yaml Просмотреть файл

services: services:
# API service # API service
api: api:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
worker: worker:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
# worker_beat service # worker_beat service
# Celery beat for scheduling periodic tasks. # Celery beat for scheduling periodic tasks.
worker_beat: worker_beat:
image: langgenius/dify-api:1.7.1
image: langgenius/dify-api:1.7.2
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.


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

+ 1
- 1
web/package.json Просмотреть файл

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

Загрузка…
Отмена
Сохранить