-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
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
Labels
No labels