protocolbuffers/protobuf

Documentation is incorrect for python.

Opened this issue · 0 comments

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.