-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin: nonebot_plugin_pjsekaihelper #3179
Comments
📃 商店发布检查结果
✅ 所有测试通过,一切准备就绪! 详情
💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 ♻️ 评论已更新至最新检查结果 💪 Powered by NoneFlow |
插件依赖里多了 datetime 和 pathlib,ob 适配器版本缺少限制。param 请不要从 nb 的 internal 模块导入,请从 全局变量请正确初始化,不要使用 |
依赖已删除datetime和pathlib, ob适配器版本限制为>=2.1.0, param从nonebot.params导入, 全局变量已经正确初始化 |
插件还使用了 requests,请用 httpx.AsyncClient 或者 aiohttp 替代。插件内使用了运行目录读写文件,请使用 localstore 插件获取路径。插件配置使用了过时的 validator,要么别用,要么兼容 pydantic v1 和 v2。插件元数据缺少配置项。 |
插件已使用httpx.AsyncClient处理请求 全部读写操作已改用localstore获取目录 已经删除过时的validator 元数据补全配置项 |
插件依赖里的 requests 没有删除。你 validator 的写法限定 pydantic v2了,你可以选择移除 validator 或者在插件依赖里限定 pydantic >=2.0.0。 |
PyPI 项目名
nonebot-plugin-pjsekaihelper
插件 import 包名
nonebot_plugin_pjsekaihelper
标签
[{"label":"pjsk","color":"#ea5252"},{"label":"世界计划","color":"#52ea5a"},{"label":"音游","color":"#52c5ea"}]
插件配置项
插件测试
The text was updated successfully, but these errors were encountered: