Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix deserialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Jun 18, 2021
1 parent a641015 commit 77ddfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class Component(LabelMethodsMixin):
name: str # must be valid URL w/o schema
version: str # relaxed semver

repositoryContexts: typing.List[RepositoryContext]
repositoryContexts: typing.List[OciRepositoryContext]
provider: Provider

sources: typing.List[ComponentSource]
Expand Down

0 comments on commit 77ddfb9

Please sign in to comment.