From 84551460e663fc62ff41b9d901d19043c21b9227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=8C=AB?= Date: Sat, 21 Mar 2026 12:22:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=90=E5=88=B6=20maibot-plugin-sdk?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E8=8C=83=E5=9B=B4=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E4=B8=8D=E5=85=BC=E5=AE=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6dd6646..f41e9448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "jieba>=0.42.1", "json-repair>=0.47.6", "maim-message>=0.6.2", - "maibot-plugin-sdk>=1.2.3", + "maibot-plugin-sdk>=1.2.3,<2.0.0", "msgpack>=1.1.2", "numpy>=2.2.6", "openai>=1.95.0", diff --git a/requirements.txt b/requirements.txt index 6a72e1e4..a1160c4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ httpx jieba>=0.42.1 json-repair>=0.47.6 maim-message>=0.6.2 -maibot-plugin-sdk>=1.2.3 +maibot-plugin-sdk>=1.2.3,<2.0.0 msgpack>=1.1.2 numpy>=2.2.6 openai>=1.95.0 @@ -29,4 +29,4 @@ structlog>=25.4.0 tomlkit>=0.13.3 typing-extensions uvicorn>=0.35.0 -watchfiles>=1.1.1 +watchfiles>=1.1.1 \ No newline at end of file