We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 854ca31 + 688ec3e commit 46a83bcCopy full SHA for 46a83bc
1 file changed
pyartifactory/models/repository.py
@@ -36,6 +36,7 @@ class PackageTypeEnum(str, Enum):
36
maven = "maven"
37
npm = "npm"
38
nuget = "nuget"
39
+ oci = "oci"
40
opkg = "opkg"
41
p2 = "p2"
42
pub = "pub"
0 commit comments