We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac24d9 commit ce9cab1Copy full SHA for ce9cab1
pyproject.toml
@@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
30
nonebot2 = {extras = ["fastapi"], version = "^2.1.0"}
31
pikpakapi = "^0.1.3"
32
Pillow = "^10.0.1"
33
-pydantic = "^1.10.12"
+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.0
16
pikpakapi~=0.1.3
17
Pillow~=10.0.1
18
-pydantic~=1.10.12
+pydantic~=2.4.2
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
21
tenacity~=8.2.3
0 commit comments