Skip to content

Commit

Permalink
Version 5.3.0 - Support for Value
Browse files Browse the repository at this point in the history
### Added

- Support for the `google.protobuf.Value` message
  • Loading branch information
CCP-Zeulix committed Sep 24, 2024
1 parent 6472db8 commit f17bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/res/expected/sandbox/test/googlestruct_dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
@dataclasses.dataclass
class StructMessage(plasm.DataclassBase):
__proto_cls__ = pb2.StructMessage
my_struct: typing.Dict[str, typing.Any] = dataclasses.field(default_factory=dict, metadata={'dictator': dictators.StructDictator, 'is_struct': True})
my_struct: typing.Dict[str, typing.Any] = dataclasses.field(default_factory=dict, metadata={'dictator': dictators.StructDictator})

0 comments on commit f17bcd4

Please sign in to comment.