We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64162ed commit 4ff571bCopy full SHA for 4ff571b
cg/clients/freshdesk/models.py
@@ -7,7 +7,7 @@
7
class TicketCreate(BaseModel):
8
"""Freshdesk ticket."""
9
10
- attachments: list[Union[str, bytes]] = Field(default_factory=list)
+ attachments: list[str | bytes] = Field(default_factory=list)
11
email: EmailStr
12
email_config_id: int | None = None
13
description: str
0 commit comments