diff --git a/backend/src/schemas.py b/backend/src/schemas.py index bd5f84b..b2c21e8 100644 --- a/backend/src/schemas.py +++ b/backend/src/schemas.py @@ -89,7 +89,7 @@ class Item(ItemBase): depth_max: Optional[float] = None class Config: - orm_mode = True + from_attributes = True class InsertStatus(BaseModel):