From 4d73a26727e901556390ca2006ea5b9332745bc7 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 3 Oct 2024 09:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b5f3fe..7a3f68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-resolver" -version = "1.2.17" +version = "1.2.18" description = "NoneBot2链接分享解析器插件。解析视频、图片链接/小程序插件,tiktok、bilibili、twitter等实时发送!" authors = ["zhiyu1998 "] readme = "README.md" @@ -14,7 +14,7 @@ aiohttp = "^3.7" httpx = ">=0.23" lxml = ">=5.1.0" PyExecJS = "^1.5.1" -bilibili-api-python = "16.2.0" +bilibili-api-python = ">=16.2.0" aiofiles = ">=0.8.0" nonebot2 = ">=2.0.0-beta.5" nonebot-adapter-onebot = "^2.0.0-beta.1"