We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545fdb8 commit fe338f6Copy full SHA for fe338f6
autoinstrumentation/python/requirements.txt
@@ -1,4 +1,9 @@
1
opentelemetry-distro==0.50b0
2
+
3
+# We add a cap to urllib3 version else Python 3.8 support is dropped.
4
+# TODO: Update autoinstrumentation image builds to support all supported Python versions
5
+# https://github.com/open-telemetry/opentelemetry-operator/issues/3712
6
+urllib3 < 2.3.0
7
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for
8
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
9
opentelemetry-exporter-otlp-proto-http==1.29.0
0 commit comments