From 6dcd12333229bd5758cb1f175b46b2e725481e08 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 15 Aug 2025 16:44:31 +0000 Subject: [PATCH] Code generated by update_models.py --- src/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models.py b/src/models.py index daac43e..6da1627 100644 --- a/src/models.py +++ b/src/models.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: QuantConnect-Platform-2.0.0.yaml -# timestamp: 2025-08-15T14:51:37+00:00 +# timestamp: 2025-08-15T16:44:31+00:00 from __future__ import annotations from pydantic import RootModel, ConfigDict @@ -2875,7 +2875,7 @@ class Series(BaseModel): Optional[int], Field(description='Index/position of the series on the chart.') ] = None values: Annotated[ - Optional[List[List]], + Optional[Union[List[List], List[Dict[str, Any]]]], Field( description='Values for the series plot. These values are assumed to be in ascending time order (first points earliest, last points latest)' ),