Closed aarmoa closed 5 months ago
[!WARNING]
Review failed
The pull request is closed.
The recent updates primarily focus on adjusting the protobuf
dependency version across different branches to ensure compatibility and stability. The protobuf
version was fixed to "<5" in version 1.4.3, updated to ">=5.26.1" in version 1.5.2, and calls to json_format.MessageToDict
were adjusted for compatibility in version 1.5.1. Additionally, the pyproject.toml
file was updated to reflect the new protobuf
version constraint.
File | Change Summary |
---|---|
CHANGELOG.md |
Fixed protobuf dependency version for different branches, updated protobuf version, and adjusted calls to json_format.MessageToDict for compatibility. |
pyproject.toml |
Updated protobuf version constraint from * to >=5.26.1 . |
In the code’s garden, where bytes do grow,
A change was made, so all would know.
Protobuf's path, now clear and bright,
Compatibility shines in the digital light.
Dependencies aligned, no more a fight,
CodeRabbit hops with pure delight! 🐇✨
dev
branch with the latest changes frommaster
after releasing version 1.5.2Summary by CodeRabbit
Bug Fixes
protobuf
library by updating dependency versions.Chores
protobuf
package to ensure compatibility with the latest features and fixes.