Skip to content

Patch for non-hashable but serializable functions

Choose a tag to compare

@alcrene alcrene released this 06 Sep 14:15
Add fallback to `base_encoder` when serializing functions

Things like callable Pydantic models may not be serializable with the
function serializer but still serializable with the base encoder.