Skip to content

Add support for json typedicts#107

Merged
piercefreeman merged 3 commits into
mainfrom
feature/support-typeddicts
Apr 21, 2026
Merged

Add support for json typedicts#107
piercefreeman merged 3 commits into
mainfrom
feature/support-typeddicts

Conversation

@piercefreeman

@piercefreeman piercefreeman commented Apr 21, 2026

Copy link
Copy Markdown
Owner

Typedicts are just dictionaries for all purposes in the runtime, but during typechecking they allow more richness of checking for valid constructions. We would previously fail to initialize columns that were constructed with TypeDict because we didn't understand the introspected typehint. This PR adds proper support for typedicts. Like regular dicts it requires is_json to be enabled.

@piercefreeman piercefreeman merged commit b42d750 into main Apr 21, 2026
47 of 48 checks passed
@piercefreeman piercefreeman deleted the feature/support-typeddicts branch April 21, 2026 20:59
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.

1 participant