Skip to content

Commit

Permalink
sync schema with requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 13, 2023
1 parent 88113f3 commit 926a6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/src/owe_python_sdk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def backwards_compatibility_transforms(cls, values):
return values

class TemplateTask(BaseTask):
type: Literal["template"]
uses: Union[str, Uses]

class ApplicationTask(BaseTask):
Expand Down

0 comments on commit 926a6fb

Please sign in to comment.