Skip to content

Commit 051b58a

Browse files
fix(deps): update dependency pydantic to v2
1 parent 09e73f2 commit 051b58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
3030
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
3131
pikpakapi = "^0.1.1"
3232
Pillow = "^10.0.0"
33-
pydantic = "^1.10.10"
33+
pydantic = "^2.0.2"
3434
pyquery = "^2.0.0"
3535
python-qbittorrent = "^0.4.3"
3636
tenacity = "^8.2.2"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nonebot-plugin-guild-patch~=0.2.3
1515
nonebot2[fastapi]~=2.0.0rc3
1616
pikpakapi~=0.1.1
1717
Pillow~=10.0.0
18-
pydantic~=1.10.10
18+
pydantic~=2.0.2
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3
2121
tenacity~=8.2.2

0 commit comments

Comments
 (0)