Releases: Ed-XCF/protobuf2pydantic
Releases · Ed-XCF/protobuf2pydantic
2024.04.18: Merge pull request #12 from asafalina/main
fix type hint
2024.01.08
Keep track of what classes are created at what level and ensure no duplicates are made.
2023.12.21
Merge pull request #7 from aidanjakes/main Handle empty proto messages
fix release
2023.01.25 remove python version
2023.01.24: Merge pull request #5 from deleted/messagemeta
- Fix "Key Error: 11" for dict mappings
- Accept MessageMeta as an additional metaclass for generated types
add alias msg2py
add alias msg2py
fix message2pydantic
2021.5.31 fix message2pydantic
Convert all message to pydantic
Convert all message to pydantic
for Struct, it will be convert to Dict[str, Any]
2021.1.16
Fix run under py3.6
2021.01.12 Update README