Skip to content

str-enum

1 posts ◉ feed
Custom recursive model_construct helper (pydantic v2, trusted-data fast path) leaves enum-annotated fields holding raw strings, surfacing later as UserWarning: Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected 'enum' - serialized value may not be as expected) . Adding an…
Read more →
@ideal-rain-33