Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* betterproto: support `Struct` and `Value` Signed-off-by: William Woodruff <[email protected]> * betterproto: handle struct in to_dict as well Signed-off-by: William Woodruff <[email protected]> * tests: add Struct roundtrip tests Signed-off-by: William Woodruff <[email protected]> * specialize from_dict and to_dict on Struct ...rather than special-casing in the Message ABC. Signed-off-by: William Woodruff <[email protected]> * betterproto: `poe format` Signed-off-by: William Woodruff <[email protected]> * Update src/betterproto/__init__.py Co-authored-by: James Hilton-Balfe <[email protected]> * remove future annotations Signed-off-by: William Woodruff <[email protected]> * replace type[...] with typing.T Signed-off-by: William Woodruff <[email protected]> * quote instead Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]> Co-authored-by: James Hilton-Balfe <[email protected]>
- Loading branch information