so1n / protobuf_to_pydantic

Generate a pydantic.BaseModel with parameter verification function from the Python Message object(by the Protobuf file).
Apache License 2.0
80 stars 6 forks source link

Plugin Mode support text annotation rule #55

Closed so1n closed 2 months ago

so1n commented 4 months ago
terrypireaux commented 2 months ago

Hi would you have an ETA for this release?

I am having the same issue as discussed here: https://github.com/so1n/protobuf_to_pydantic/issues/31

so1n commented 2 months ago

Hi would you have an ETA for this release?

I am having the same issue as discussed here: #31

It's been a busy time lately, so I expect it to be done within two weeks

so1n commented 2 months ago

Hi would you have an ETA for this release?

I am having the same issue as discussed here: #31

This ISSUE has been fixed and released to version 0.2.7, however the documentation has not been updated, please refer to the example code to use the text annotation rule.

terrypireaux commented 2 months ago

Hi would you have an ETA for this release? I am having the same issue as discussed here: #31

This ISSUE has been fixed and released to version 0.2.7, however the documentation has not been updated, please refer to the example code to use the text annotation rule.

Could you point me to the specific example code?

so1n commented 2 months ago

Hi would you have an ETA for this release? I am having the same issue as discussed here: #31

This ISSUE has been fixed and released to version 0.2.7, however the documentation has not been updated, please refer to the example code to use the text annotation rule.

Could you point me to the specific example code?

see https://github.com/so1n/protobuf_to_pydantic/blob/master/example/example_proto/p2p_validate_by_comment/demo.proto