From fd9eec843359010f53499ab2fce55517cdc4b1d6 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:09:01 +0100 Subject: [PATCH] Pin openinference-instrumentation-smolagents >= 0.1.4 (#535) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf39b35..fc0004d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ telemetry = [ "arize-phoenix", "opentelemetry-sdk", "opentelemetry-exporter-otlp", - "openinference-instrumentation-smolagents>=0.1.1" + "openinference-instrumentation-smolagents>=0.1.4" ] quality = [ "ruff>=0.9.0",