File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717 ([ #4094 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4094 ) )
1818- Implement events sdk
1919 ([ #4176 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4176 ) )
20- - Add support to protobuf5
20+ - Add support to protobuf 5+ and drop support to protobuf 3 and 4
2121 ([ #4206 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/4206 ) )
2222
2323## Version 1.27.0/0.48b0 (2024-08-28)
Original file line number Diff line number Diff line change 1- # This version of grpcio-tools ships with protoc 3.19.4 which appears to be compatible with
2- # both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123).
3- # Bump this version with caution to preserve compatibility with protobuf 3.
4- # https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28
1+ # Use caution when bumping this version to ensure compatibility with the currently supported protobuf version.
2+ # Pinning this to the oldest grpcio version that supports protobuf 5 helps avoid RuntimeWarning messages
3+ # from the generated protobuf code and ensures continued stability for newer grpcio versions.
54grpcio-tools==1.63.2
65mypy-protobuf~=3.5.0
You can’t perform that action at this time.
0 commit comments