Skip to content

Commit 0baccb9

Browse files
authored
chore(version): bump version to 1.7.2 (#23740)
1 parent 2c81db5 commit 0baccb9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dify-api"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
requires-python = ">=3.11,<3.13"
55

66
dependencies = [

api/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/docker-compose-template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22
services:
33
# API service
44
api:
5-
image: langgenius/dify-api:1.7.1
5+
image: langgenius/dify-api:1.7.2
66
restart: always
77
environment:
88
# Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
3131
# worker service
3232
# The Celery worker for processing the queue.
3333
worker:
34-
image: langgenius/dify-api:1.7.1
34+
image: langgenius/dify-api:1.7.2
3535
restart: always
3636
environment:
3737
# Use the shared environment variables.
@@ -58,7 +58,7 @@ services:
5858
# worker_beat service
5959
# Celery beat for scheduling periodic tasks.
6060
worker_beat:
61-
image: langgenius/dify-api:1.7.1
61+
image: langgenius/dify-api:1.7.2
6262
restart: always
6363
environment:
6464
# Use the shared environment variables.
@@ -76,7 +76,7 @@ services:
7676

7777
# Frontend web application.
7878
web:
79-
image: langgenius/dify-web:1.7.1
79+
image: langgenius/dify-web:1.7.2
8080
restart: always
8181
environment:
8282
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ x-shared-env: &shared-api-worker-env
567567
services:
568568
# API service
569569
api:
570-
image: langgenius/dify-api:1.7.1
570+
image: langgenius/dify-api:1.7.2
571571
restart: always
572572
environment:
573573
# Use the shared environment variables.
@@ -596,7 +596,7 @@ services:
596596
# worker service
597597
# The Celery worker for processing the queue.
598598
worker:
599-
image: langgenius/dify-api:1.7.1
599+
image: langgenius/dify-api:1.7.2
600600
restart: always
601601
environment:
602602
# Use the shared environment variables.
@@ -623,7 +623,7 @@ services:
623623
# worker_beat service
624624
# Celery beat for scheduling periodic tasks.
625625
worker_beat:
626-
image: langgenius/dify-api:1.7.1
626+
image: langgenius/dify-api:1.7.2
627627
restart: always
628628
environment:
629629
# Use the shared environment variables.
@@ -641,7 +641,7 @@ services:
641641

642642
# Frontend web application.
643643
web:
644-
image: langgenius/dify-web:1.7.1
644+
image: langgenius/dify-web:1.7.2
645645
restart: always
646646
environment:
647647
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"private": true,
55
"engines": {
66
"node": ">=v22.11.0"

0 commit comments

Comments
 (0)