diff --git a/src/markdown-pages/opentelemetry-masterclass/hands-on/workshop-python.mdx b/src/markdown-pages/opentelemetry-masterclass/hands-on/workshop-python.mdx index 9c10b5d19..60f5c7230 100644 --- a/src/markdown-pages/opentelemetry-masterclass/hands-on/workshop-python.mdx +++ b/src/markdown-pages/opentelemetry-masterclass/hands-on/workshop-python.mdx @@ -170,10 +170,10 @@ Next, install the OpenTelemetry dependencies you need to instrument your applica pip install opentelemetry-api [output] # Install the OTLP exporter -pip install opentelemetry-exporter-otlp +pip install opentelemetry-exporter-otlp==1.11.0 [output] # Install the Flask auto-instrumentation -pip install opentelemetry-instrumentation-flask +pip install opentelemetry-instrumentation-flask==0.30b1 ```