feat(release): 更新版本号至 0.6.2
This commit is contained in:
parent
ee624513f1
commit
9f1ccf9093
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "yuxi"
|
name = "yuxi"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
description = "Yuxi 智能知识库与知识图谱平台核心后端包"
|
description = "Yuxi 智能知识库与知识图谱平台核心后端包"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<3.14"
|
requires-python = ">=3.12,<3.14"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "yuxi-workspace"
|
name = "yuxi-workspace"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
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"
|
||||||
|
|||||||
@ -5659,7 +5659,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yuxi"
|
name = "yuxi"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
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.1"
|
version = "0.6.2"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "arq" },
|
{ name = "arq" },
|
||||||
|
|||||||
@ -31,7 +31,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.6.1}
|
image: yuxi-api:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: api-prod
|
container_name: api-prod
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
networks:
|
networks:
|
||||||
@ -68,7 +68,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.6.1}
|
image: yuxi-api:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: worker-prod
|
container_name: worker-prod
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
networks:
|
networks:
|
||||||
@ -143,7 +143,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/web.Dockerfile
|
dockerfile: docker/web.Dockerfile
|
||||||
target: production
|
target: production
|
||||||
image: yuxi-web:${YUXI_VERSION:-0.6.1}
|
image: yuxi-web:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: web-prod
|
container_name: web-prod
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|||||||
@ -39,7 +39,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.6.1}
|
image: yuxi-api:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: api-dev
|
container_name: api-dev
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
@ -87,7 +87,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/api.Dockerfile
|
dockerfile: docker/api.Dockerfile
|
||||||
image: yuxi-api:${YUXI_VERSION:-0.6.1}
|
image: yuxi-api:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: worker-dev
|
container_name: worker-dev
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
@ -126,7 +126,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./docker/sandbox_provisioner
|
context: ./docker/sandbox_provisioner
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.6.1}
|
image: yuxi-sandbox-provisioner:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: sandbox-provisioner
|
container_name: sandbox-provisioner
|
||||||
volumes:
|
volumes:
|
||||||
- ./saves:/app/saves
|
- ./saves:/app/saves
|
||||||
@ -179,7 +179,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/web.Dockerfile
|
dockerfile: docker/web.Dockerfile
|
||||||
target: development
|
target: development
|
||||||
image: yuxi-web:${YUXI_VERSION:-0.6.1}
|
image: yuxi-web:${YUXI_VERSION:-0.6.2}
|
||||||
container_name: web-dev
|
container_name: web-dev
|
||||||
volumes:
|
volumes:
|
||||||
- ./web/src:/app/src
|
- ./web/src:/app/src
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 克隆最新版本
|
# 克隆最新版本
|
||||||
git clone --branch v0.6.0 --depth 1 https://github.com/xerrors/Yuxi.git
|
git clone --branch v0.6.1 --depth 1 https://github.com/xerrors/Yuxi.git
|
||||||
cd Yuxi
|
cd Yuxi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yuxi-web",
|
"name": "yuxi-web",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user