Compiling a proto file with optional fields gives 'protoc-gen-python_betterproto hasn't been updated to support optional fields in proto3'
What is the feature request for?
The core library
The Problem
My project requires optional fields, and the lack of support for optional fields is blocking us from using python-betterproto which would be very useful for our python documentation / intellisense.
Writing __init__.py
Writing optional_fields_demo.py
has_optional.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-python_betterproto hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.
--python_betterproto_out:
Summary
Compiling a proto file with optional fields gives 'protoc-gen-python_betterproto hasn't been updated to support optional fields in proto3'
What is the feature request for?
The core library
The Problem
My project requires optional fields, and the lack of support for optional fields is blocking us from using python-betterproto which would be very useful for our python documentation / intellisense.
Example proto file
has_optional.proto
Run the command
which returns
The Ideal Solution
Support proto3 optional fields.
The Current Solution
No response