Skip to content

Commit

Permalink
Update protobuf versions (#1356)
Browse files Browse the repository at this point in the history
Fixes #1355
  • Loading branch information
ocelotl authored and NathanielRN committed Nov 10, 2020
1 parent f9eace5 commit 9b5e610
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
test =
opentelemetry-test == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
protobuf == 3.12.2
protobuf >= 3.13.00

[options.packages.find]
where = src
Expand Down

0 comments on commit 9b5e610

Please sign in to comment.