Josh Orr

Results 13 comments of Josh Orr

I've been wanting the ability to raise a PydanticOmit in a serializer, another discussion that also suggests that could be a solution for custom logic for partial models is here...

I put a reaction on this last week and it still closed it?

I don't know if you know about `@dataclass(frozen=True)` for data classes. This allows you to have read-only fields for everything. So I would say your comment about `dataclasses were designed...