diff --git a/bindings-python/gci/componentmodel.py b/bindings-python/gci/componentmodel.py index 51417efc..7587df5d 100644 --- a/bindings-python/gci/componentmodel.py +++ b/bindings-python/gci/componentmodel.py @@ -87,10 +87,10 @@ class Resource: version: str type: ResourceType access: typing.Union[ - ResourceAccess, OciAccess, GithubAccess, HttpAccess, + ResourceAccess, None ] labels: typing.List[Label] = dataclasses.field(default_factory=list)