Browse Source

chore(version): bump version to 1.8.1 (#25060)

tags/1.8.1
Stream 1 month ago
parent
commit
d011ddfc64
No account linked to committer's email address
5 changed files with 5 additions and 5 deletions
  1. 1
    1
      api/pyproject.toml
  2. 1
    1
      api/uv.lock
  3. 1
    1
      docker/docker-compose-template.yaml
  4. 1
    1
      docker/docker-compose.yaml
  5. 1
    1
      web/package.json

+ 1
- 1
api/pyproject.toml View File

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


dependencies = [ dependencies = [

+ 1
- 1
api/uv.lock View File



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

+ 1
- 1
docker/docker-compose-template.yaml View File

services: services:
# API service # API service
api: api:
image: langgenius/dify-api:1.8.0
image: langgenius/dify-api:1.8.1
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.

+ 1
- 1
docker/docker-compose.yaml View File

services: services:
# API service # API service
api: api:
image: langgenius/dify-api:1.8.0
image: langgenius/dify-api:1.8.1
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.

+ 1
- 1
web/package.json View File

{ {
"name": "dify-web", "name": "dify-web",
"version": "1.8.0",
"version": "1.8.1",
"private": true, "private": true,
"packageManager": "pnpm@10.15.0", "packageManager": "pnpm@10.15.0",
"engines": { "engines": {

Loading…
Cancel
Save