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
@@ -1,7 +1,7 @@
from __future__ import annotations
import typing
import pydantic
import pydantic.v1 as pydantic
from ...provider import entities