diff --git a/backend/app/models.py b/backend/app/models.py index 3472327658..90ef5559e3 100644 --- a/backend/app/models.py +++ b/backend/app/models.py @@ -64,7 +64,7 @@ class ItemBase(SQLModel): # Properties to receive on item creation class ItemCreate(ItemBase): - title: str = Field(min_length=1, max_length=255) + pass # Properties to receive on item update