fix(clashruleprovider): conflicting dependencies (#1022)

This commit is contained in:
wumode
2026-05-13 19:29:14 +08:00
committed by GitHub
parent 1c114b1d68
commit e58e64dba3
3 changed files with 4 additions and 3 deletions

View File

@@ -519,12 +519,13 @@
"name": "Clash Rule Provider",
"description": "随时为Clash添加一些额外的规则。",
"labels": "工具",
"version": "2.1.5",
"version": "2.1.6",
"icon": "Mihomo_Meta_A.png",
"author": "wumode",
"level": 1,
"release": true,
"history": {
"v2.1.6": "修复依赖冲突",
"v2.1.5": "优化仪表盘连接鉴权;优化订阅更新提示",
"v2.1.4": "支持 xhttp 协议",
"v2.1.3": "修复代理删除问题",

View File

@@ -36,7 +36,7 @@ class ClashRuleProvider(_PluginBase):
# 插件图标
plugin_icon = "Mihomo_Meta_A.png"
# 插件版本
plugin_version = "2.1.5"
plugin_version = "2.1.6"
# 插件作者
plugin_author = "wumode"
# 作者主页

View File

@@ -1,5 +1,5 @@
websockets
sse_starlette~=3.1.1
sse_starlette>=3.0.0
PyYAML~=6.0.2
jsonpatch~=1.33
simpleeval~=1.0.3