From 3ed466348e4c172fd96569a0dcb1b15047760cef Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Fri, 21 Apr 2023 19:17:14 -0600 Subject: [PATCH] WIP --- .../opentelemetry-instrumentation-aiohttp-client/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml b/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml index 0a8b8a937d..341e946bbf 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ [project.optional-dependencies] instruments = [ "aiohttp ~= 3.0", + "yarl == 1.8.2", ] test = [ "opentelemetry-instrumentation-aiohttp-client[instruments]",