Closed
Description
Proto3 supports the optional keyword. All libraries supporting this keyword needs to indicate this explicitly. Otherwise the complication will fail with 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.
Would it be possible to enable proto3 optional?
See this issue for more detail: vmagamedov/grpclib#125