marshmallow-oneofschema icon indicating copy to clipboard operation
marshmallow-oneofschema copied to clipboard

Marshmallow library extension that allows schema (de)multiplexing

Results 32 marshmallow-oneofschema issues
Sort by recently updated
recently updated
newest added

Hi there, The current implementation of `OneOfSchema.load` is causing me errors downstream due to heterogeneity of the type of objects being returned. My particular issue was due to how `result`...

Hi, There appear to be a duplicate assertion in [test_validate](https://github.com/marshmallow-code/marshmallow-oneofschema/blob/main/tests/test_one_of_schema.py#L278), which I'm not sure is intentional?