Skip to content

Commit

Permalink
Update protobuf versions
Browse files Browse the repository at this point in the history
Fixes #1355
  • Loading branch information
ocelotl committed Nov 4, 2020
1 parent e3c3b94 commit 6a4716b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pytest>=6.0
pytest-cov>=2.8
readme-renderer~=24.0
grpcio-tools==1.29.0
mypy-protobuf==1.21
protobuf==3.12.2
mypy-protobuf>=1.23
protobuf>=3.13.0
2 changes: 1 addition & 1 deletion docs/examples/opentelemetry-example-app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
opentelemetry-instrumentation-flask == 0.16.dev0
flask
requests
protobuf~=3.11
protobuf>=3.13.0

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-opencensus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
opencensus-proto >= 0.1.0, < 1.0.0
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
protobuf >= 3.8.0
protobuf >= 3.13.0

[options.packages.find]
where = src
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.0

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-proto/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
protobuf~=3.12.2
protobuf>=3.13.0

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

0 comments on commit 6a4716b

Please sign in to comment.