chore(release): 发布 0.6.2.beta

This commit is contained in:
Wenjie Zhang 2026-05-14 19:20:02 +08:00
parent 46bd6d22ef
commit bac93a5d04
6 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "yuxi" name = "yuxi"
version = "0.6.2.dev1" version = "0.6.2.beta"
description = "Yuxi 智能知识库与知识图谱平台核心后端包" description = "Yuxi 智能知识库与知识图谱平台核心后端包"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12,<3.14" requires-python = ">=3.12,<3.14"

View File

@ -1,6 +1,6 @@
[project] [project]
name = "yuxi-workspace" name = "yuxi-workspace"
version = "0.6.2.dev1" version = "0.6.2.beta"
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建" description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12,<3.14" requires-python = ">=3.12,<3.14"

View File

@ -5659,7 +5659,7 @@ wheels = [
[[package]] [[package]]
name = "yuxi" name = "yuxi"
version = "0.6.2.dev1" version = "0.6.2.beta"
source = { editable = "package" } source = { editable = "package" }
dependencies = [ dependencies = [
{ name = "agent-sandbox" }, { name = "agent-sandbox" },
@ -5816,7 +5816,7 @@ requires-dist = [
[[package]] [[package]]
name = "yuxi-workspace" name = "yuxi-workspace"
version = "0.6.2.dev1" version = "0.6.2.beta"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "arq" }, { name = "arq" },

View File

@ -32,7 +32,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/api.Dockerfile dockerfile: docker/api.Dockerfile
image: yuxi-api:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-api:${YUXI_VERSION:-0.6.2.beta}
container_name: api-prod container_name: api-prod
working_dir: /app working_dir: /app
networks: networks:
@ -69,7 +69,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/api.Dockerfile dockerfile: docker/api.Dockerfile
image: yuxi-api:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-api:${YUXI_VERSION:-0.6.2.beta}
container_name: worker-prod container_name: worker-prod
working_dir: /app working_dir: /app
networks: networks:
@ -145,7 +145,7 @@ services:
context: . context: .
dockerfile: docker/web.Dockerfile dockerfile: docker/web.Dockerfile
target: production target: production
image: yuxi-web:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-web:${YUXI_VERSION:-0.6.2.beta}
container_name: web-prod container_name: web-prod
ports: ports:
- "80:80" - "80:80"

View File

@ -40,7 +40,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/api.Dockerfile dockerfile: docker/api.Dockerfile
image: yuxi-api:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-api:${YUXI_VERSION:-0.6.2.beta}
container_name: api-dev container_name: api-dev
working_dir: /app working_dir: /app
volumes: volumes:
@ -88,7 +88,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/api.Dockerfile dockerfile: docker/api.Dockerfile
image: yuxi-api:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-api:${YUXI_VERSION:-0.6.2.beta}
container_name: worker-dev container_name: worker-dev
working_dir: /app working_dir: /app
volumes: volumes:
@ -127,7 +127,7 @@ services:
build: build:
context: ./docker/sandbox_provisioner context: ./docker/sandbox_provisioner
dockerfile: Dockerfile dockerfile: Dockerfile
image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.6.2.beta}
container_name: sandbox-provisioner container_name: sandbox-provisioner
volumes: volumes:
- ./saves:/app/saves - ./saves:/app/saves
@ -181,7 +181,7 @@ services:
context: . context: .
dockerfile: docker/web.Dockerfile dockerfile: docker/web.Dockerfile
target: development target: development
image: yuxi-web:${YUXI_VERSION:-0.6.2.dev1} image: yuxi-web:${YUXI_VERSION:-0.6.2.beta}
container_name: web-dev container_name: web-dev
volumes: volumes:
- ./web/src:/app/src - ./web/src:/app/src

View File

@ -1,6 +1,6 @@
{ {
"name": "yuxi-web", "name": "yuxi-web",
"version": "0.6.2.dev1", "version": "0.6.2.beta",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {