Skip to content

[FAQ] Any in dict, allow using any type #417

Open
@steeling

Description

@steeling

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions