We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af1e92 commit 1461539Copy full SHA for 1461539
pyproject.toml
@@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
30
nonebot2 = {extras = ["fastapi"], version = "^2.1.1"}
31
pikpakapi = "^0.1.3"
32
Pillow = "^10.1.0"
33
-pydantic = "^1.10.13"
+pydantic = "^2.4.2"
34
pyquery = "^2.0.0"
35
python-qbittorrent = "^0.4.3"
36
tenacity = "^8.2.3"
requirements.txt
@@ -15,7 +15,7 @@ nonebot-plugin-guild-patch~=0.2.3
15
nonebot2[fastapi]~=2.1.1
16
pikpakapi~=0.1.3
17
Pillow~=10.1.0
18
-pydantic~=1.10.13
+pydantic~=2.4.2
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
21
tenacity~=8.2.3
0 commit comments