Skip to content

Commit ce9cab1

Browse files
fix(deps): update dependency pydantic to v2
1 parent 3ac24d9 commit ce9cab1

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.0"}
3131
pikpakapi = "^0.1.3"
3232
Pillow = "^10.0.1"
33-
pydantic = "^1.10.12"
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.0
1616
pikpakapi~=0.1.3
1717
Pillow~=10.0.1
18-
pydantic~=1.10.12
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)