Skip to content

Commit

Permalink
Patch (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjh authored Feb 23, 2022
1 parent f822fbe commit c9d5296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline/schemas/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Config:
class RunGetDetailed(RunGet):
runnable: Union[FunctionGetDetailed, PipelineGetDetailed]
n_resources: int
resource_type: str
resource_type: Optional[str]
region: str
tags: List[TagGet] = []
inputs: List[RunIOGet] = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipeline-ai"
version = "0.0.23-beta.5"
version = "0.0.23-beta.6"
description = "Yay ml pipelines"
authors = ["Paul Hetherington <paul@getneuro.ai>"]
packages = [
Expand Down

0 comments on commit c9d5296

Please sign in to comment.