Skip to content

Better typing #95

@GilbertYoder

Description

@GilbertYoder

Please describe your feature request.

First off, I do appreciate this library being as typed as it is.

It would be great if type hints could be tightened up. For example the CustomData.data field has type hint dict | list with no generics.

For this reason you wind up having to cast the data field. I think even dict[str, Any] would be better than no generics at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions