Skip to content

Commit

Permalink
try protobuf==5.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Sep 30, 2024
1 parent 84a070d commit 544a2c4
Show file tree
Hide file tree
Showing 26 changed files with 909 additions and 990 deletions.
4 changes: 4 additions & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ opentracing~=2.2.0
thrift~=0.10
wrapt>=1.0.0,<2.0.0
markupsafe~=2.0

# Jaeger generated protobufs do not currently support protobuf 4.x. This can be removed once
# they're regenerated.
protobuf==5.26.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ importlib-metadata==6.11.0
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
protobuf==5.27.2
protobuf==5.26.1
py-cpuinfo==9.0.0
pytest==7.4.4
tomli==2.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ importlib-metadata==6.11.0
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
protobuf==5.27.2
protobuf==5.26.1
py-cpuinfo==9.0.0
pytest==7.4.4
tomli==2.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ importlib-metadata==6.11.0
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
protobuf==5.27.2
protobuf==5.26.1
py-cpuinfo==9.0.0
pytest==7.4.4
PyYAML==6.0.1
Expand Down
4 changes: 2 additions & 2 deletions gen-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123).
# Bump this version with caution to preserve compatibility with protobuf 3.
# https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28
grpcio-tools==1.66.0
mypy-protobuf~=3.6.0
grpcio-tools==1.65.5
mypy-protobuf~=3.1.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 544a2c4

Please sign in to comment.