Skip to content

Commit 7394496

Browse files
committed
🔧 build(dependencies): 更新依赖项版本约束,调整httpx版本限制
1 parent e68103a commit 7394496

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ classifiers = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.9,<4.0"
19-
nonebot2 = ">=2.4.1"
20-
nonebot-adapter-onebot = ">=2.4.6"
21-
nonebot-plugin-localstore = ">=0.7.4,<0.8.0"
22-
paddleocr = ">=2.10.0"
18+
python = "^3.9"
19+
nonebot2 = "^2.4.1"
20+
nonebot-adapter-onebot = "^2.4.6"
21+
nonebot-plugin-localstore = "^0.7.4"
22+
paddleocr = "^2.10.0"
2323
paddlepaddle = "^3.0.0rc1"
2424
cleanse-speech = "^0.1.3"
2525
jieba = "^0.42.1"
2626
fuzzywuzzy = "^0.18.0"
2727
python-levenshtein = "^0.27.1"
2828
opencc = "^1.1.9"
2929
# pypinyin = "^0.54.0"
30-
httpx = "^0.28.1"
30+
httpx = "<1.0.0"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
nonebot2 = {extras = ["fastapi"], version = "^2.4.1"}

0 commit comments

Comments
 (0)