Open
Description
Is your feature request related to a problem?
Unable to use protobuf 6 in an application that uses opentelemetry.
Describe the solution you'd like
The version pinning here ought to be updated to v6, and proto files re-compiled with protoc 6.x.
Describe alternatives you've considered
No response
Additional Context
Protobuf 6 is the actively supported version of Protobuf, proto 5 is expected to EOL this year.
Based on pypi stats, proto6 has cross proto5:

Would you like to implement a fix?
No