-
Notifications
You must be signed in to change notification settings - Fork 52
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
更新至 v2.10.0 #397
Merged
更新至 v2.10.0 #397
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/nonebot/nonebot2/releases) - [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md) - [Commits](nonebot/nonebot2@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: nonebot2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.19 to 1.10.21. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.21/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.19...v1.10.21) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) from 1.5.3 to 1.6.2. - [Release notes](https://github.com/nonebot/adapter-qq/releases) - [Commits](nonebot/adapter-qq@v1.5.3...v1.6.2) --- updated-dependencies: - dependency-name: nonebot-adapter-qq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ter-qq-1.6.2 build(deps): bump nonebot-adapter-qq from 1.5.3 to 1.6.2
…0.21 build(deps): bump pydantic from 1.10.19 to 1.10.21
build(deps): bump pillow from 11.0.0 to 11.1.0
build(deps): bump httpx from 0.27.2 to 0.28.1
build(deps): bump nonebot2 from 2.4.0 to 2.4.1
This was
linked to
issues
Feb 9, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
更新内容
🐛 修复
/任务 *
命令 (/任务* 报错 #390)TypeError: object NoneType can't be used in 'await' expression
/任务 *
/签到 *
命令开始执行提示被包含在合并转发的问题 (手动执行任务时,因为开始执行任务的提示放在最后执行完的合并转发中一起输出,导致会以为没有开始执行任务 #366)🔧 杂项
global_geetest
默认值改为False
(使用ttocr_auto后端人机验证失败,需要把global_geetest改为false #373)更新方式
如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版
使用 nb-cli 命令:
或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):
兼容性
>=v2.0.0
) 的相关文件为configV2.json
,dataV2.json
,.env
,如果存在 V1 版本的文件,会自动备份和升级>=v1.0.0, <v2.0.0
) 插件配置/数据文件为plugin_data.json
<v1.0.0
插件配置文件为pluginConfig.json
Full Changelog: https://github.com/Ljzd-PRO/nonebot-plugin-mystool/compare/v2.9.0…v2.10.0