deps: bump pydantic to v2

This commit is contained in:
Junyan Qin
2024-11-22 23:29:12 +08:00
parent 05da43f606
commit e8cc048901
22 changed files with 19 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import os
import base64
import logging
import pydantic
import pydantic.v1 as pydantic
import requests
from ..core import app
-2
View File
@@ -1,7 +1,5 @@
from __future__ import annotations
import pydantic
LOG_PAGE_SIZE = 20
MAX_CACHED_PAGES = 10