Skip to content

Commit e3e447c

Browse files
committed
update dependency in pyproject to use proto-http instead of proto-grpc
1 parent b73cc9e commit e3e447c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/aws-otel-otlp-udp-exporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
dependencies = [
2828
"opentelemetry-sdk == 1.27.0",
29-
"opentelemetry-exporter-otlp-proto-grpc == 1.27.0",
29+
"opentelemetry-exporter-otlp-proto-http == 1.27.0",
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)