Commit 988c540
authored
[bug] Missed the "init" encoders (#101)
Why
===
- TypedDict attempts are failing because we're passing TypedDicts into
pydantic. Fix this.
What changed
============
- Follow the input encoder pattern for now. Before generalizing I want
to have `NewType`s to keep bindings straight
Test plan
=========
Manually linking the project and running codegen makes tests pass1 parent a8418ec commit 988c540
1 file changed
Lines changed: 29 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
551 | 578 | | |
552 | 579 | | |
553 | 580 | | |
| |||
648 | 675 | | |
649 | 676 | | |
650 | 677 | | |
651 | | - | |
| 678 | + | |
652 | 679 | | |
653 | 680 | | |
654 | 681 | | |
| |||
698 | 725 | | |
699 | 726 | | |
700 | 727 | | |
701 | | - | |
| 728 | + | |
702 | 729 | | |
703 | 730 | | |
704 | 731 | | |
| |||
0 commit comments