You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(nodes): validate default values for all fields
This prevents issues where the node is defined with an invalid default value, which would guarantee an error during a ser/de roundtrip.
- Upstream issue requesting this functionality be built-in to pydantic: pydantic/pydantic#8722
- Upstream PR that implements the functionality: pydantic/pydantic-core#1593
0 commit comments