From 974340c8ff15903f1b03e0947325b88fdd204bea Mon Sep 17 00:00:00 2001 From: jjaakko <2248434+jjaakko@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:58:31 +0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Remove=20duplicated=20info?= =?UTF-8?q?rmation=20in=20the=20ItemCreate=20model=20(#1287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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