protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.84k stars 15.52k forks source link

Documentation is incorrect for python. #19297

Open nathanieltagg opened 1 week ago

nathanieltagg commented 1 week ago

The documentation links to https://googleapis.dev/python/protobuf/latest/ which shows the latest version as 4.21.1, not the actual current version which appears to be 5.28.

This new version does not honor MessageToDict(including_default_value_fields=True) and because there is no documentation, it's impossible to figure out the correct thing to do.