mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
refactor: update logger import paths to use rotoger
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
from typing import Any
|
||||
from typing import Any, Callable
|
||||
from uuid import UUID
|
||||
|
||||
from pydantic import BaseModel, ConfigDict, Field
|
||||
from pydantic import BaseModel, ConfigDict, Field, WrapValidator, ValidationError
|
||||
|
||||
config = ConfigDict(from_attributes=True)
|
||||
|
||||
|
||||
class RandomStuff(BaseModel):
|
||||
chaos: dict[str, Any] = Field(
|
||||
..., description="Pretty chaotic JSON data can be added here..."
|
||||
|
||||
Reference in New Issue
Block a user