Make message.to_dict() return bytes for DATA type field (#386)

* change to_dict return bytes for DATA type

* reformat

* reformat

* add includes .h

---------

Co-authored-by: Brian Xu <brian.xu1@bytedance.com>
This commit is contained in:
Brian Xu
2025-10-01 00:48:10 +10:00
committed by GitHub
parent a99ca72902
commit c14fd7036a
3 changed files with 9 additions and 1 deletions

View File

@@ -222,6 +222,7 @@ setup(
"*.capnp",
"helpers/*.pxd",
"helpers/*.h",
"includes/*.h",
"includes/*.pxd",
"lib/*.pxd",
"lib/*.py",