Skip to content

Commit eebd923

Browse files
fix(deps): update dependency pydantic to v2
1 parent 80241eb commit eebd923

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.1"}
3131
pikpakapi = "^0.1.3"
3232
Pillow = "^10.0.0"
33-
pydantic = "^1.10.12"
33+
pydantic = "^2.3.0"
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.0.1
1616
pikpakapi~=0.1.3
1717
Pillow~=10.0.0
18-
pydantic~=1.10.12
18+
pydantic~=2.3.0
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3
2121
tenacity~=8.2.3

0 commit comments

Comments
 (0)