Skip to content

[chore]: Fix add_row_from_dict() typing issues#3739

Merged
jvstme merged 1 commit intomasterfrom
add_row_from_dict
Apr 6, 2026
Merged

[chore]: Fix add_row_from_dict() typing issues#3739
jvstme merged 1 commit intomasterfrom
add_row_from_dict

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Apr 2, 2026

Drop unused index-based mapping from
add_row_from_dict. This simplifies its interface and fixes the
"str" is not the same as "str | int" typing
issue for callers that do not explicitly annotate
data as dict[str | int, Any].

Drop unused index-based mapping from
`add_row_from_dict`. This simplifies its interface
and fixes the
`"str" is not the same as "str | int"` typing
issue for callers that do not explicitly annotate
`data` as `dict[str | int, Any]`.
@jvstme jvstme requested a review from un-def April 2, 2026 11:25
@jvstme jvstme merged commit 45c648f into master Apr 6, 2026
28 checks passed
@jvstme jvstme deleted the add_row_from_dict branch April 6, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants