From 13db67af32e985b253313b108faa2c38b8effc06 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 28 Nov 2024 17:29:29 +0100 Subject: [PATCH] opentelemetry-instrumentation-openai-v2: pin httpx dependency As 0.28.0 broke compat with old openai client. --- .../test-requirements-0.txt | 1 + .../test-requirements-1.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt b/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt index 5e1693b69a..a68dbbf744 100644 --- a/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt +++ b/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-0.txt @@ -1,5 +1,6 @@ openai==1.26.0 pydantic==2.8.2 +httpx==0.27.2 Deprecated==1.2.14 importlib-metadata==6.11.0 packaging==24.0 diff --git a/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-1.txt b/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-1.txt index 618410edd3..6725ed7b66 100644 --- a/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-1.txt +++ b/instrumentation-genai/opentelemetry-instrumentation-openai-v2/test-requirements-1.txt @@ -1,5 +1,6 @@ openai==1.26.0 pydantic==2.8.2 +httpx==0.27.2 Deprecated==1.2.14 importlib-metadata==6.11.0 packaging==24.0