We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e73f2 commit 051b58aCopy full SHA for 051b58a
pyproject.toml
@@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
30
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
31
pikpakapi = "^0.1.1"
32
Pillow = "^10.0.0"
33
-pydantic = "^1.10.10"
+pydantic = "^2.0.2"
34
pyquery = "^2.0.0"
35
python-qbittorrent = "^0.4.3"
36
tenacity = "^8.2.2"
requirements.txt
@@ -15,7 +15,7 @@ nonebot-plugin-guild-patch~=0.2.3
15
nonebot2[fastapi]~=2.0.0rc3
16
pikpakapi~=0.1.1
17
Pillow~=10.0.0
18
-pydantic~=1.10.10
+pydantic~=2.0.2
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
21
tenacity~=8.2.2
0 commit comments