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 08230bb + 682e370 commit 8a551c5Copy full SHA for 8a551c5
parea/schemas/models.py
@@ -139,7 +139,7 @@ class TraceLog(EvaluatedLog):
139
140
# from UI
141
comments: Optional[List[TraceLogCommentSchema]] = None
142
- annotations: Optional[dict[int, dict[str, TraceLogAnnotationSchema]]] = None
+ annotations: Optional[Dict[int, Dict[str, TraceLogAnnotationSchema]]] = None
143
144
145
@define
0 commit comments