[FAQ] Any in dict, allow using any type #417
Labels
faq
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
When dealing with a dict of type
{str:Any}
, we can't set values to{'key': 'value'}
because'value'
is of type str which fails type assertions.Would be a nice to have to allow duck typing on Any
The text was updated successfully, but these errors were encountered: