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

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