From f38acae16327539dc79536b017af28995c455f48 Mon Sep 17 00:00:00 2001 From: ShiroRikka Date: Wed, 3 Dec 2025 20:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build(deps):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20msgpack,=20python-multipart,=20zstandard=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 msgpack, python-multipart, zstandard 依赖以支持新的功能或优化 - 确保项目依赖的完整性 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fb613e19..00f91cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "json-repair>=0.47.6", "maim-message", "matplotlib>=3.10.3", + "msgpack>=1.1.2", "numpy>=2.2.6", "openai>=1.95.0", "pandas>=2.3.1", @@ -23,6 +24,7 @@ dependencies = [ "pydantic>=2.11.7", "pypinyin>=0.54.0", "python-dotenv>=1.1.1", + "python-multipart>=0.0.20", "quick-algo>=0.1.3", "rich>=14.0.0", "ruff>=0.12.2", @@ -32,6 +34,7 @@ dependencies = [ "tomlkit>=0.13.3", "urllib3>=2.5.0", "uvicorn>=0.35.0", + "zstandard>=0.25.0", ]