We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fce9a7 commit 0520847Copy full SHA for 0520847
1 file changed
pyartifactory/models/build.py
@@ -54,7 +54,7 @@ class BuildRuns(BaseModel):
54
class BuildArtifact(BaseModel):
55
"""Models artifactory build artifact."""
56
57
- type: str
+ type: Optional[str] = None
58
sha1: str
59
sha256: str
60
md5: str
0 commit comments