Closed
Description
Considering Message.from_dict doesn't actually need to mutate or really even need the value parameter to be a dict would it be possible to widen the type to Mapping[str, Any]?
This would allow me to parse from TypedDicts which I think would be a useful for others to use.
Anyone have any objections to this?