GB3383

Graph-Break Type

Short name describing what triggered the graph break

Pydantic dataclass constructor

Context

Values or code snippet captured at the break point

{self.value}

Explanation

Explanation of why the graph break was triggered

Dynamo graph breaks on pydantic dataclass constructors because validation mutates the instance outside traced bytecode.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry