no deserializer for Union[Literal[...], str]
and payload of type str
#47
Labels
bug
Something isn't working
Union[Literal[...], str]
and payload of type str
#47
Expected behavior:
The value is deserialized as
str
would and returned as is.Actual behavior:
The text was updated successfully, but these errors were encountered: