fix: 限制 maibot-plugin-sdk 版本范围,避免不兼容更新

This commit is contained in:
晴猫
2026-03-21 12:22:58 +09:00
parent 6a2dc6fceb
commit 84551460e6
2 changed files with 3 additions and 3 deletions

View File

@@ -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",