We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fce9a7 + efbe058 commit 531efe8Copy full SHA for 531efe8
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
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "PyArtifactory"
3
-version = "2.11.0"
+version = "2.11.1"
4
description = "Typed interactions with the Jfrog Artifactory REST API"
5
authors = [
6
"Ananias CARVALHO <carvalhoananias@hotmail.com>",
0 commit comments