diff --git a/dreadnode/api/models.py b/dreadnode/api/models.py index 345d777e..671739b7 100644 --- a/dreadnode/api/models.py +++ b/dreadnode/api/models.py @@ -268,7 +268,7 @@ class ArtifactDir(BaseModel): class RunSummary(BaseModel): """Summary of a run, containing metadata and basic information.""" - id: ULID + id: ULID | str """Unique identifier for the run.""" name: str """Name of the run."""