## Expected Behavior Upgrading to python-sdk 1.16 should be seemless unless there are known documented breaking changes ## Actual Behavior As shown in issues in discord https://discord.com/channels/778680217417809931/782286950983663617/1426385596275884133 there is a potential mismatch of proto gen and runtime code. Updating runtime Protobuf >= 6.31.0 fixes it. We also need to add upgrade tests for python minor and patch versions (that is probably a different issue) ## Steps to Reproduce the Problem <!-- How can a maintainer reproduce this issue (be detailed) --> ## Release Note <!-- How should the fix for this issue be communicated in our release notes? It can be populated later. --> <!-- Keep it as a single line. Examples: --> <!-- RELEASE NOTE: **ADD** New feature in Dapr. --> <!-- RELEASE NOTE: **FIX** Bug in runtime. --> <!-- RELEASE NOTE: **UPDATE** Runtime dependency. --> RELEASE NOTE: