From c2f38940029ff10d97db1068e9a6c307032564be Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Thu, 9 Nov 2023 14:07:24 -0800 Subject: [PATCH] Fix contrib build (#2054) --- .../opentelemetry-instrumentation-botocore/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml b/instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml index df0d9a8939..702723015e 100644 --- a/instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml @@ -38,6 +38,7 @@ instruments = [ test = [ "opentelemetry-instrumentation-botocore[instruments]", "markupsafe==2.0.1", + "botocore ~= 1.0, < 1.31.81", "moto[all] ~= 2.2.6", "opentelemetry-test-utils == 0.43b0.dev", ]