File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class BroadcastEvent(BaseModel):
4141 event_id : str
4242 title : str
4343 category : str
44- labels : List [str ]
44+ labels : Optional [ List [str ]] = None
4545 dates : BroadcastEventDates
4646 location : BroadcastEventLocation
4747 entities : List [BroadcastEventEntities ]
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Event(BaseModel):
8888 geo : Optional [Geo ] = None
8989 id : str
9090 impact_patterns : Optional [List [ImpactPattern ]] = []
91- labels : List [str ]
91+ labels : Optional [ List [str ]] = None
9292 location : Optional [Tuple [float , float ]] = None
9393 parent_event : Optional [ParentEvent ] = None
9494 phq_labels : Optional [List [PHQLabels ]] = None
Original file line number Diff line number Diff line change 1- __version__ = "5.1.0 "
1+ __version__ = "5.1.1 "
You can’t perform that action at this time.
0 commit comments