Update protobuf versions (#1356) (#148)

Fixes #1355

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
This commit is contained in:
(Eliseo) Nathaniel Ruiz Nowell
2020-11-09 22:06:31 -08:00
committed by GitHub
parent f9eace5abf
commit 37ea8f2162
3 changed files with 8 additions and 1 deletions

View File

@ -8,3 +8,7 @@ sphinx-rtd-theme~=0.4
sphinx-autodoc-typehints~=1.10.2
pytest!=5.2.3
pytest-cov>=2.8
readme-renderer~=24.0
grpcio-tools==1.29.0
mypy-protobuf>=1.23
protobuf>=3.13.0

View File

@ -2,6 +2,9 @@
## Unreleased
- Update protobuf versions
([#1356](https://github.com/open-telemetry/opentelemetry-python/pull/1356))
## Version 0.15b0
Released 2020-11-02

View File

@ -47,7 +47,7 @@ install_requires =
test =
opentelemetry-test == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
protobuf == 3.12.2
protobuf >= 3.13.0
[options.packages.find]
where = src