🚀 Feature
Bump protobuf dependency to 6
Motivation
Currently, the protobuf dependency is set to version 4. This was deprecated in Q1 2025.
Alternatives
We could also use protobuf version 5, as at least it has not reached End of Life yet.
Additional context
When trying to use the library with opentelemetry, I end up with version conflict on protobuf. Is it possible to upgrade to the latest version of protobuf?
🚀 Feature
Bump
protobufdependency to 6Motivation
Currently, the
protobufdependency is set to version 4. This was deprecated in Q1 2025.Alternatives
We could also use
protobufversion 5, as at least it has not reached End of Life yet.Additional context
When trying to use the library with
opentelemetry, I end up with version conflict on protobuf. Is it possible to upgrade to the latest version ofprotobuf?