We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72c7ae commit aa2d1ddCopy full SHA for aa2d1dd
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.5.3"
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.5.3
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
21
tenacity~=8.2.3
0 commit comments