fix: pydantic v2. (#322)

This commit is contained in:
long2ice
2023-08-30 10:04:53 +08:00
parent ea234a5799
commit 01264f3f27
3 changed files with 439 additions and 362 deletions

View File

@@ -20,7 +20,7 @@ tortoise-orm = "*"
click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "^0.2.8rc1", optional = true, allow-prereleases = true }
pydantic = "*"
pydantic = "^2.0"
dictdiffer = "*"
tomlkit = "*"