Nonebot-plugin-alconna

Latest version: v0.53.1

Safety actively analyzes 675368 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 22

0.22.5

- 升级 `NEPattern` 依赖至 0.5.14
**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.22.4...v0.22.5

0.22.4

- `UniMessage` 的 `has`,`only` 等方法现在可以传入字符串对象,会转为 Text
**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.22.3...v0.22.4

0.22.3

- 补增了 `AlconnaMatcher` 内有关 prompt 的方法,增加 UniMessage 适配
- 补增关于qq频道适配器的消息生成方法

**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.22.2...v0.22.3

0.22.2

- 补添 Minecraft 适配器的转换方法

**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.22.1...v0.22.2

0.22.1

- `UniMessage.export` 里面所有存在转换问题的地方现在都是抛出 SerializeFailed
- `UniMessage.export` 在 fallback 为 True 时现在也会处理某一个元素转换失败的情况

**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.22.0...v0.22.1

0.22.0

改动
- `UniMessage` 支持转为当前上下文适配器的消息序列 (通过 `UniMessage.export(bot: Bot | None, fallback: bool = False)`)。
支持的适配器有:
- bilibili live
- console
- ding
- discord
- feishu
- github
- kaiheila
- minecraft
- mirai2
- onebot11
- onebot12
- qqguild
- red protocol
- telegram
- villa
- `AlconnaMatcher.send`, output_converter 等支持使用 `UniMessage`
- 通用标注 `Text` 由原来的 str 别名变为新的 Segment:
python
class Text(Segment):
text: str
style: Optional[str]

- `Media` 类通用标注增加字段 `name`
- `File` 通用标注增加字段 `raw`
**Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.21.0...v0.22.0

Page 18 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.