From a128898ebfe34e9fe94fa951ca84e2d60a93bfbe Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Fri, 13 Mar 2026 11:27:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20maibot-plugin-sdk?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E8=87=B3=201.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d4aae28..2a57ff6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "uvicorn>=0.35.0", "msgpack>=1.1.2", "watchfiles>=1.1.1", - "maibot-plugin-sdk>=1.0.0", + "maibot-plugin-sdk>=1.2.3", ] diff --git a/requirements.txt b/requirements.txt index cc44cdf6..3810bf8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fastapi>=0.116.0 google-genai>=1.39.1 jieba>=0.42.1 json-repair>=0.47.6 -maibot-plugin-sdk>=1.0.0 +maibot-plugin-sdk>=1.2.3 maim-message>=0.6.2 matplotlib>=3.10.3 numpy>=2.2.6