Skip to content

Commit 1461539

Browse files
fix(deps): update dependency pydantic to v2
1 parent 2af1e92 commit 1461539

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.1.1"}
3131
pikpakapi = "^0.1.3"
3232
Pillow = "^10.1.0"
33-
pydantic = "^1.10.13"
33+
pydantic = "^2.4.2"
3434
pyquery = "^2.0.0"
3535
python-qbittorrent = "^0.4.3"
3636
tenacity = "^8.2.3"

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.1.1
1616
pikpakapi~=0.1.3
1717
Pillow~=10.1.0
18-
pydantic~=1.10.13
18+
pydantic~=2.4.2
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3
2121
tenacity~=8.2.3

0 commit comments

Comments
 (0)