From 4738351298c9ca25a96cb22b0c975313935d90f0 Mon Sep 17 00:00:00 2001 From: Huy Vo Date: Wed, 11 Oct 2023 19:42:12 -0700 Subject: [PATCH] Revert "Bump the python-auto-sample-app-deps group in /sample-apps/python-auto-instrumentation-sample-app with 3 updates" --- .../python-auto-instrumentation-sample-app/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-apps/python-auto-instrumentation-sample-app/requirements.txt b/sample-apps/python-auto-instrumentation-sample-app/requirements.txt index 8b44409c..ea5db6d2 100644 --- a/sample-apps/python-auto-instrumentation-sample-app/requirements.txt +++ b/sample-apps/python-auto-instrumentation-sample-app/requirements.txt @@ -1,5 +1,5 @@ -boto3==1.28.62 -Flask==3.0.0 +boto3==1.28.50 +Flask==2.3.3 opentelemetry-distro==0.41b0 opentelemetry-exporter-otlp==1.20.0 opentelemetry-api==1.20.0 @@ -8,6 +8,6 @@ opentelemetry-instrumentation-requests==0.41b0 opentelemetry-instrumentation-botocore==0.41b0 opentelemetry-sdk-extension-aws==2.0.1 opentelemetry-propagator-aws-xray==1.0.1 -protobuf==4.24.4 +protobuf==4.24.3 PyYAML==6.0.1 requests==2.31.0 \ No newline at end of file