Skip to content

Commit 4b6b8e6

Browse files
committed
fix changelog and gen-requirements
Signed-off-by: emdneto <[email protected]>
1 parent 591ac8f commit 4b6b8e6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

gen-requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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.
54
grpcio-tools==1.63.2
65
mypy-protobuf~=3.5.0

0 commit comments

Comments
 (0)