Skip to content

Releases: Ed-XCF/protobuf2pydantic

2024.04.18: Merge pull request #12 from asafalina/main

18 Apr 06:29
a455c06
Compare
Choose a tag to compare
fix type hint

2024.01.08

08 Jan 06:24
Compare
Choose a tag to compare
2024.01.08 Pre-release
Pre-release

Keep track of what classes are created at what level and ensure no duplicates are made.

2023.12.21

21 Dec 07:45
dab989b
Compare
Choose a tag to compare
Merge pull request #7 from aidanjakes/main

Handle empty proto messages

fix release

24 Jan 13:33
Compare
Choose a tag to compare
2023.01.25

remove python version

2023.01.24: Merge pull request #5 from deleted/messagemeta

24 Jan 13:25
efb7812
Compare
Choose a tag to compare
  1. Fix "Key Error: 11" for dict mappings
  2. Accept MessageMeta as an additional metaclass for generated types

add alias msg2py

25 Nov 10:48
Compare
Choose a tag to compare

add alias msg2py

fix message2pydantic

31 May 07:26
Compare
Choose a tag to compare
2021.5.31

fix message2pydantic

Convert all message to pydantic

20 Jan 10:12
Compare
Choose a tag to compare

Convert all message to pydantic
for Struct, it will be convert to Dict[str, Any]

2021.1.16

16 Jan 13:30
Compare
Choose a tag to compare

Support Label、Struct, Timestamp, Duration

Fix run under py3.6

12 Jan 07:12
Compare
Choose a tag to compare
2021.01.12

Update README