Skip to content

Commit

Permalink
删除requests依赖 pydantic版本限制为>=2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant1816 committed Dec 24, 2024
1 parent e57bdef commit eb43183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/nonebot_plugin_pjsekaihelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
)
Expand Down

0 comments on commit eb43183

Please sign in to comment.