feat(nodes): do not freeze InvocationContextData, prevents it from being subclassesd

This commit is contained in:
psychedelicious 2024-01-16 20:02:38 +11:00
parent 282b483d14
commit 281c334531

View File

@ -45,7 +45,7 @@ Note: The docstrings are in weird places, but that's where they must be to get I
"""
@dataclass(frozen=True)
@dataclass
class InvocationContextData:
invocation: "BaseInvocation"
"""The invocation that is being executed."""