Uh oh!
There was an error while loading. Please reload this page.
Support TypedDict field as Dict[str, Any] - #237
Conversation
ee3a850 to
267e659CompareCodecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #237 +/- ##
=========================================
Coverage 100.00% 100.00% =========================================
Files 6 6 Lines 472 499 +27 Branches 90 98 +8 =========================================
+ Hits 472 499 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f6f7a7a to
62f510aCompareleameow
commented
Nov 17, 2022
Moved to |
leameow
commented
Nov 17, 2022
Look like 'inspect_typing' has a bug 😞 |
75750d5 to
7965492Compareleameow
commented
Nov 17, 2022
It will require #238 to fix the coverage issue. |
94308c3 to
82d0984Compare
altendky
left a comment
There was a problem hiding this comment.
I'd think it would be nice to support the hints provided by a TypedDict, but this seems a relevant step in that direction and useful on its own. Thanks.
There are a few tweaks I think I'd like. If they explode in your face and make a mess, let me know and we can move forward as is knowing that I may make an attempt at the changes myself after this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
de8324f to
5ce23acCompareleameow
commented
Nov 27, 2022
I addressed your comments! Thanks for the review |
5ce23ac to
158f528Compare158f528 to
59519a1Compare
Title says it all. Nothing to fancy, just a simple mapping of
TypedDict->Dict[str, Any]