Skip to content

Commit 544a2c4

Browse files
committed
try protobuf==5.26.1
1 parent 84a070d commit 544a2c4

File tree

26 files changed

+909
-990
lines changed

26 files changed

+909
-990
lines changed

docs-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ opentracing~=2.2.0
2525
thrift~=0.10
2626
wrapt>=1.0.0,<2.0.0
2727
markupsafe~=2.0
28+
29+
# Jaeger generated protobufs do not currently support protobuf 4.x. This can be removed once
30+
# they're regenerated.
31+
protobuf==5.26.1

exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importlib-metadata==6.11.0
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0
7-
protobuf==5.27.2
7+
protobuf==5.26.1
88
py-cpuinfo==9.0.0
99
pytest==7.4.4
1010
tomli==2.0.1

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importlib-metadata==6.11.0
66
iniconfig==2.0.0
77
packaging==24.0
88
pluggy==1.5.0
9-
protobuf==5.27.2
9+
protobuf==5.26.1
1010
py-cpuinfo==9.0.0
1111
pytest==7.4.4
1212
tomli==2.0.1

exporter/opentelemetry-exporter-otlp-proto-http/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ importlib-metadata==6.11.0
88
iniconfig==2.0.0
99
packaging==24.0
1010
pluggy==1.5.0
11-
protobuf==5.27.2
11+
protobuf==5.26.1
1212
py-cpuinfo==9.0.0
1313
pytest==7.4.4
1414
PyYAML==6.0.1

gen-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123).
33
# Bump this version with caution to preserve compatibility with protobuf 3.
44
# https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28
5-
grpcio-tools==1.66.0
6-
mypy-protobuf~=3.6.0
5+
grpcio-tools==1.65.5
6+
mypy-protobuf~=3.1.0

opentelemetry-proto/src/opentelemetry/proto/collector/logs/v1/logs_service_pb2.py

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opentelemetry-proto/src/opentelemetry/proto/collector/logs/v1/logs_service_pb2.pyi

Lines changed: 31 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opentelemetry-proto/src/opentelemetry/proto/collector/logs/v1/logs_service_pb2_grpc.py

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opentelemetry-proto/src/opentelemetry/proto/collector/metrics/v1/metrics_service_pb2.py

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)