feat(nodes): warn if node has no version specified; fall back on 1.0.0

This commit is contained in:
psychedelicious
2023-11-25 21:40:12 +11:00
parent 858bcdd3ff
commit 514c49d946
2 changed files with 4 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class GraphInvocationOutput(BaseInvocationOutput):
# TODO: Fill this out and move to invocations
@invocation("graph")
@invocation("graph", version="1.0.0")
class GraphInvocation(BaseInvocation):
"""Execute a graph"""