We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854ca31 commit 688ec3eCopy full SHA for 688ec3e
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