From eb43183bcb34f58fb4d630d7ce4a1b6497776aad Mon Sep 17 00:00:00 2001 From: Lyan Guan Date: Tue, 24 Dec 2024 22:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4requests=E4=BE=9D=E8=B5=96=20?= =?UTF-8?q?pydantic=E7=89=88=E6=9C=AC=E9=99=90=E5=88=B6=E4=B8=BA>=3D2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/nonebot_plugin_pjsekaihelper/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fe5f39..4044c7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-pjsekaihelper" -version = "1.2.6" +version = "1.2.7" description = "世界计划插件,拥有组建车队、生成角色表情包、模拟抽卡等功能,持续开发中" readme = "README.md" requires-python = ">=3.9" @@ -29,7 +29,7 @@ dependencies = [ "nonebot-plugin-htmlrender>=0.3.2", "jinja2>=3.1.4", "yarl>=1.9.4", - "requests>=2.32.2", + "pydantic>=2.0", ] [project.optional-dependencies] diff --git a/src/nonebot_plugin_pjsekaihelper/__init__.py b/src/nonebot_plugin_pjsekaihelper/__init__.py index 6a4bda8..3fc8c21 100644 --- a/src/nonebot_plugin_pjsekaihelper/__init__.py +++ b/src/nonebot_plugin_pjsekaihelper/__init__.py @@ -42,7 +42,7 @@ homepage="https://github.com/Ant1816/nonebot-plugin-pjsekaihelper", extra={ "author": "Ant1", - "version": "1.2.6", + "version": "1.2.7", "priority": 10, }, )