Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88ba588

Browse files
ocelotlNathanielRN
authored andcommittedNov 10, 2020
Update protobuf versions (#1356)
Fixes #1355
1 parent f9eace5 commit 88ba588

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎dev-requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ sphinx-rtd-theme~=0.4
88
sphinx-autodoc-typehints~=1.10.2
99
pytest!=5.2.3
1010
pytest-cov>=2.8
11+
readme-renderer~=24.0
12+
grpcio-tools==1.29.0
13+
mypy-protobuf>=1.23
14+
protobuf>=3.13.0

‎instrumentation/opentelemetry-instrumentation-grpc/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Update protobuf versions
6+
([#1356](https://github.com/open-telemetry/opentelemetry-python/pull/1356))
7+
58
## Version 0.15b0
69

710
Released 2020-11-02

‎instrumentation/opentelemetry-instrumentation-grpc/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
test =
4848
opentelemetry-test == 0.16.dev0
4949
opentelemetry-sdk == 0.16.dev0
50-
protobuf == 3.12.2
50+
protobuf >= 3.13.0
5151

5252
[options.packages.find]
5353
where = src

0 commit comments

Comments
 (0)
Please sign in to comment.