From 281b7df8bc171d6b7cccc105b9e7402887ee9452 Mon Sep 17 00:00:00 2001 From: fllesser Date: Wed, 25 Dec 2024 15:19:41 +0800 Subject: [PATCH] update 0.0.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6a82f6..707dcd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-quark" -version = "0.0.3" +version = "0.0.4" description = "NoneBot2 夸克云盘资源搜索插件" authors = ["fllesser "] readme = "README.md" @@ -10,7 +10,7 @@ keywords = ["nonebot", "nonebot2", "quark", "search"] [tool.poetry.dependencies] python = ">=3.10" -httpx = "!=0.28.0" +httpx = ">=0.26.0,<1.0.0" nonebot2 = ">=2.3.0" nonebot-adapter-onebot = ">=2.4.6"