We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7d0a commit f3b7a09Copy full SHA for f3b7a09
aws-opentelemetry-distro/pyproject.toml
@@ -28,7 +28,6 @@ classifiers = [
28
dependencies = [
29
"opentelemetry-api == 1.33.1",
30
"opentelemetry-sdk == 1.33.1",
31
- "opentelemetry-exporter-otlp == 1.33.1",
32
"opentelemetry-exporter-otlp-proto-grpc == 1.33.1",
33
"opentelemetry-exporter-otlp-proto-http == 1.33.1",
34
"opentelemetry-propagator-b3 == 1.33.1",
scripts/update_dependencies.py
@@ -12,7 +12,6 @@
12
PYTHON_CORE_DEPS = [
13
"opentelemetry-api",
14
"opentelemetry-sdk",
15
- "opentelemetry-exporter-otlp",
16
"opentelemetry-exporter-otlp-proto-grpc",
17
"opentelemetry-exporter-otlp-proto-http",
18
"opentelemetry-propagator-b3",
0 commit comments