From 7fb5ba830da015bedb209f3d19fd9f0842aaa72b Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 15 Jan 2026 01:07:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=20v0.4.3=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=87=E6=A1=A3=E5=92=8C=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/latest/intro/quick-start.md | 4 ++-- pyproject.toml | 2 +- src/config/static/info.template.yaml | 2 +- uv.lock | 6 +----- web/package.json | 2 +- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a1d0762c..4013d328 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Yuxi-Know | Trendshift -[![Stable](https://img.shields.io/badge/stable-v0.4.2-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2) +[![Stable](https://img.shields.io/badge/stable-v0.4.3-blue.svg)](https://github.com/xerrors/Yuxi-Know/tree/v0.4.3) [![](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=ffffff)](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml) [![](https://img.shields.io/github/issues/xerrors/Yuxi-Know?color=F48D73)](https://github.com/xerrors/Yuxi-Know/issues) [![License](https://img.shields.io/github/license/bitcookies/winrar-keygen.svg?logo=github)](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE) diff --git a/docs/latest/intro/quick-start.md b/docs/latest/intro/quick-start.md index eb9a532a..f3ac42e5 100644 --- a/docs/latest/intro/quick-start.md +++ b/docs/latest/intro/quick-start.md @@ -16,12 +16,12 @@ ```bash # 克隆稳定版本 -git clone --branch v0.4.1 --depth 1 https://github.com/xerrors/Yuxi-Know.git +git clone --branch v0.4.3 --depth 1 https://github.com/xerrors/Yuxi-Know.git cd Yuxi-Know ``` ::: warning 版本说明 -- `v0.4.1`: 稳定版本 +- `v0.4.3`: 稳定版本 - `main`: 最新开发版本(不稳定,新特性可能会导致新 bug) ::: diff --git a/pyproject.toml b/pyproject.toml index 656b11f4..1c537b98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yuxi-know" -version = "0.4.2.dev" +version = "0.4.3.dev" description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建" readme = "README.md" requires-python = ">=3.11" diff --git a/src/config/static/info.template.yaml b/src/config/static/info.template.yaml index f565c66b..87d1253b 100644 --- a/src/config/static/info.template.yaml +++ b/src/config/static/info.template.yaml @@ -50,4 +50,4 @@ actions: # 页脚信息 footer: - copyright: "© 江南语析 2025 v0.4.2" + copyright: "© 江南语析 2025 v0.4.3" diff --git a/uv.lock b/uv.lock index ecff60ca..a3546848 100644 --- a/uv.lock +++ b/uv.lock @@ -7823,7 +7823,7 @@ wheels = [ [[package]] name = "yuxi-know" -version = "0.4.2.dev0" +version = "0.4.3.dev0" source = { virtual = "." } dependencies = [ { name = "aiofiles" }, @@ -7863,14 +7863,12 @@ dependencies = [ { name = "networkx" }, { name = "openai" }, { name = "opencv-python-headless" }, - { name = "openpyxl" }, { name = "pillow" }, { name = "pyjwt" }, { name = "pymilvus" }, { name = "pymupdf" }, { name = "pymysql" }, { name = "pypinyin" }, - { name = "python-docx" }, { name = "python-dotenv" }, { name = "python-jose", extra = ["cryptography"] }, { name = "python-multipart" }, @@ -7939,14 +7937,12 @@ requires-dist = [ { name = "networkx", specifier = ">=3.5" }, { name = "openai", specifier = ">=1.109" }, { name = "opencv-python-headless", specifier = ">=4.11.0.86" }, - { name = "openpyxl", specifier = ">=3.1.5" }, { name = "pillow", specifier = ">=10.5.0" }, { name = "pyjwt", specifier = ">=2.8.0" }, { name = "pymilvus", specifier = ">=2.5.8" }, { name = "pymupdf", specifier = ">=1.25.5" }, { name = "pymysql", specifier = ">=1.1.0" }, { name = "pypinyin", specifier = ">=0.55.0" }, - { name = "python-docx", specifier = ">=1.2.0" }, { name = "python-dotenv", specifier = ">=1.1.0" }, { name = "python-jose", extras = ["cryptography"], specifier = ">=3.4.0" }, { name = "python-multipart", specifier = ">=0.0.20" }, diff --git a/web/package.json b/web/package.json index 4a779874..cf3e572f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "yuxi-know-web", - "version": "0.4.2.web", + "version": "0.4.3.web", "private": true, "scripts": { "dev": "vite",