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.
2 parents 66f82f1 + 6dcd123 commit 3cae664Copy full SHA for 3cae664
src/models.py
@@ -1,6 +1,6 @@
1
# generated by datamodel-codegen:
2
# filename: QuantConnect-Platform-2.0.0.yaml
3
-# timestamp: 2025-08-15T14:51:37+00:00
+# timestamp: 2025-08-15T16:44:31+00:00
4
5
from __future__ import annotations
6
from pydantic import RootModel, ConfigDict
@@ -2875,7 +2875,7 @@ class Series(BaseModel):
2875
Optional[int], Field(description='Index/position of the series on the chart.')
2876
] = None
2877
values: Annotated[
2878
- Optional[List[List]],
+ Optional[Union[List[List], List[Dict[str, Any]]]],
2879
Field(
2880
description='Values for the series plot. These values are assumed to be in ascending time order (first points earliest, last points latest)'
2881
),
0 commit comments