You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifact class has nullable description with default None
`Artifact(description: str | None = None)`
But, utilities functions creates and artifact with empty description by
default `description=''`
Release-As: 0.3.10
0 commit comments