mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 11:31:52 +08:00
Narrow protobuf dependency to exclude protobuf >= 4 (#1109)
This commit is contained in:

committed by
GitHub

parent
8a7a3f1993
commit
9d57a4c3ec
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.12.0rc1-0.31b0...HEAD)
|
||||
|
||||
### Fixed
|
||||
- `opentelemetry-instrumentation-grpc` narrow protobuf dependency to exclude protobuf >= 4
|
||||
([1109](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1109))
|
||||
|
||||
## [1.12.0rc1-0.31b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc1-0.31b0) - 2022-05-17
|
||||
|
||||
|
||||
|
@ -13,5 +13,5 @@ readme-renderer~=24.0
|
||||
bleach==4.1.0 # transient dependency for readme-renderer
|
||||
grpcio-tools==1.29.0
|
||||
mypy-protobuf>=1.23
|
||||
protobuf>=3.13.0
|
||||
protobuf~=3.13
|
||||
markupsafe==2.0.1
|
||||
|
@ -50,7 +50,7 @@ install_requires =
|
||||
test =
|
||||
opentelemetry-test-utils == 0.31b0
|
||||
opentelemetry-sdk ~= 1.3
|
||||
protobuf >= 3.13.0
|
||||
protobuf ~= 3.13
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
Reference in New Issue
Block a user