Skip to content

Commit d647bad

Browse files
committed
fix: typing
1 parent 6fbcd9f commit d647bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parea/schemas/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Completion:
1919
end_user_identifier: Optional[str] = None
2020
deployment_id: Optional[str] = None
2121
name: Optional[str] = None
22-
metadata: Optional[dict] = None
22+
metadata: Optional[Dict] = None
2323
tags: Optional[List[str]] = field(factory=list)
2424
target: Optional[str] = None
2525
cache: bool = True
@@ -349,7 +349,7 @@ class ExperimentWithPinnedStatsSchema:
349349
status: ExperimentStatus
350350
is_public: bool = False
351351
metadata: Optional[Dict[str, str]] = None
352-
pinned_stats: list[ExperimentPinnedStatistic] = []
352+
pinned_stats: List[ExperimentPinnedStatistic] = []
353353
num_samples: Optional[int] = None
354354

355355

0 commit comments

Comments
 (0)