-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug/conditionally enable typeddicts (#78)
Why === Unfortunately switching over to `TypedDicts` turned out to be overly optimistic without any sort of test suite to keep things in parity. For now, I'll make the codegen require explicit opt-in to not break clients. What changed ============ - Conditionally opt-in to TypedDict inputs - Bugfix: Encode arrays using the inner encoder - Optional `Field(...`'s are invalid in pydantic, special case that. Test plan ========= Manual testing for now
- Loading branch information
1 parent
4d26277
commit c5299df
Showing
2 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters