Skip to content

Commit cd47a47

Browse files
authored
Bump release references to 1.9.1 (#26453)
1 parent e5d4235 commit cd47a47

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.9.0"
3+
version = "1.9.1"
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.9.0
5+
image: langgenius/dify-api:1.9.1
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.9.0
34+
image: langgenius/dify-api:1.9.1
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.9.0
61+
image: langgenius/dify-api:1.9.1
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.9.0
79+
image: langgenius/dify-web:1.9.1
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
@@ -599,7 +599,7 @@ x-shared-env: &shared-api-worker-env
599599
services:
600600
# API service
601601
api:
602-
image: langgenius/dify-api:1.9.0
602+
image: langgenius/dify-api:1.9.1
603603
restart: always
604604
environment:
605605
# Use the shared environment variables.
@@ -628,7 +628,7 @@ services:
628628
# worker service
629629
# The Celery worker for processing the queue.
630630
worker:
631-
image: langgenius/dify-api:1.9.0
631+
image: langgenius/dify-api:1.9.1
632632
restart: always
633633
environment:
634634
# Use the shared environment variables.
@@ -655,7 +655,7 @@ services:
655655
# worker_beat service
656656
# Celery beat for scheduling periodic tasks.
657657
worker_beat:
658-
image: langgenius/dify-api:1.9.0
658+
image: langgenius/dify-api:1.9.1
659659
restart: always
660660
environment:
661661
# Use the shared environment variables.
@@ -673,7 +673,7 @@ services:
673673

674674
# Frontend web application.
675675
web:
676-
image: langgenius/dify-web:1.9.0
676+
image: langgenius/dify-web:1.9.1
677677
restart: always
678678
environment:
679679
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"engines": {
@@ -278,4 +278,4 @@
278278
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
279279
}
280280
}
281-
}
281+
}

0 commit comments

Comments
 (0)