Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyartifactory/models/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class BuildRuns(BaseModel):
class BuildArtifact(BaseModel):
"""Models artifactory build artifact."""

type: str
type: Optional[str] = None
sha1: str
sha256: str
md5: str
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyArtifactory"
version = "2.11.0"
version = "2.11.1"
description = "Typed interactions with the Jfrog Artifactory REST API"
authors = [
"Ananias CARVALHO <carvalhoananias@hotmail.com>",
Expand Down