We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c9b91 commit 4007705Copy full SHA for 4007705
1 file changed
asknews_sdk/dto/alert.py
@@ -652,7 +652,7 @@ class AlertResponse(BaseSchema):
652
model: Optional[str] = None
653
share_link: Optional[str] = None
654
sources: Optional[List[Dict[str, Any]]] = None
655
- report: Optional[Dict[str, Any] | List[Dict[str, Any]]] = None
+ report: Optional[Union[Dict[str, Any], List[Dict[str, Any]]]] = None
656
triggers: List[Dict[str, Any]]
657
always_trigger: bool = False
658
repeat: bool = True
0 commit comments