Skip to content

Commit

Permalink
update 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Dec 25, 2024
1 parent 20996f4 commit 281b7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-quark"
version = "0.0.3"
version = "0.0.4"
description = "NoneBot2 夸克云盘资源搜索插件"
authors = ["fllesser <[email protected]>"]
readme = "README.md"
Expand All @@ -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"

Expand Down

0 comments on commit 281b7df

Please sign in to comment.