Skip to content

Commit fe338f6

Browse files
Add urllib3 upper limit for Python auto-instrumentation
1 parent 545fdb8 commit fe338f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

autoinstrumentation/python/requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
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
27
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for
38
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
49
opentelemetry-exporter-otlp-proto-http==1.29.0

0 commit comments

Comments
 (0)