pydantic-core icon indicating copy to clipboard operation
pydantic-core copied to clipboard

Core validation logic for pydantic written in rust

Results 181 pydantic-core issues
Sort by recently updated
recently updated
newest added

## Change Summary Motivated by #1512. Our error handling code is getting complicated at each callsite. This begins an attempt to refactor it to move repetition into common code, by...