Binary package “python3-marshmallow-polyfield” in ubuntu oracular

marshmallow extension for polymorphic fields

 marshmallow extension that adds a custom field designed for polymorphic
 types, allowing defining schemas that say "this field accepts anything
 of type X". This field should support the same properties as other
 marshmallow fields, including "required", "allow_none", and "many".