From e58e64dba3e03bc7d4ceff0a327d4ec679e37294 Mon Sep 17 00:00:00 2001 From: wumode <32482253+wumode@users.noreply.github.com> Date: Wed, 13 May 2026 19:29:14 +0800 Subject: [PATCH] fix(clashruleprovider): conflicting dependencies (#1022) --- package.v2.json | 3 ++- plugins.v2/clashruleprovider/__init__.py | 2 +- plugins.v2/clashruleprovider/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.v2.json b/package.v2.json index b6eef5c..8dac942 100644 --- a/package.v2.json +++ b/package.v2.json @@ -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": "修复代理删除问题", diff --git a/plugins.v2/clashruleprovider/__init__.py b/plugins.v2/clashruleprovider/__init__.py index c6257bd..4280c48 100644 --- a/plugins.v2/clashruleprovider/__init__.py +++ b/plugins.v2/clashruleprovider/__init__.py @@ -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" # 作者主页 diff --git a/plugins.v2/clashruleprovider/requirements.txt b/plugins.v2/clashruleprovider/requirements.txt index 1aa324a..d571519 100644 --- a/plugins.v2/clashruleprovider/requirements.txt +++ b/plugins.v2/clashruleprovider/requirements.txt @@ -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 \ No newline at end of file