We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232cca6 commit 1293959Copy full SHA for 1293959
pyproject.toml
@@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
30
nonebot2 = {extras = ["fastapi"], version = "^2.0.1"}
31
pikpakapi = "^0.1.2"
32
Pillow = "^10.0.0"
33
-pydantic = "^1.10.11"
+pydantic = "^2.1.1"
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.1
16
pikpakapi~=0.1.2
17
Pillow~=10.0.0
18
-pydantic~=1.10.11
+pydantic~=2.1.1
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
21
tenacity~=8.2.2
0 commit comments