Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/5251.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`opentelemetry-proto`: bump maximum supported protobuf version to 7.x.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asgiref==3.7.2
iniconfig==2.0.0
packaging==24.0
pluggy==1.6.0
protobuf==6.31.1
protobuf==7.35.0
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 @@ -33,7 +33,7 @@ asgiref==3.7.2
# via
# -c dev-requirements.txt
# opentelemetry-test-utils
certifi==2026.4.22
certifi==2026.5.20
# via requests
charset-normalizer==3.4.7
# via requests
Expand All @@ -43,25 +43,25 @@ colorama==0.4.6
# pytest
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via pytest
googleapis-common-protos==1.74.0
googleapis-common-protos==1.75.0
# via opentelemetry-exporter-otlp-proto-grpc
grpcio==1.80.0
# via opentelemetry-exporter-otlp-proto-grpc
idna==3.14
idna==3.16
# via requests
iniconfig==2.3.0
# via
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
# pytest
packaging==26.0
packaging==26.2
# via
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
# pytest
pluggy==1.6.0
# via
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
# pytest
protobuf==6.33.6
protobuf==7.35.0
# via
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
# googleapis-common-protos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
asgiref==3.7.2
certifi==2024.7.4
charset-normalizer==3.3.2
googleapis-common-protos==1.70.0
googleapis-common-protos==1.75.0
idna==3.7
iniconfig==2.0.0
packaging==24.0
pluggy==1.6.0
protobuf==6.31.1
protobuf==7.35.0
py-cpuinfo==9.0.0
pytest==7.4.4
PyYAML==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"protobuf>=5.0, < 7.0",
"protobuf>=5.0, < 8.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-proto/test-requirements.latest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==26.0
# pytest
pluggy==1.6.0
# via pytest
protobuf==6.33.6
protobuf==7.35.0
# via
# -r opentelemetry-proto/test-requirements.in
# opentelemetry-proto
Expand Down
142 changes: 71 additions & 71 deletions uv.lock

Large diffs are not rendered by default.

Loading