From 8e75e92223fc16d04a016892694557b9c1d43087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:56:56 +0000 Subject: [PATCH] chore(deps): update opentelemetry-semantic-conventions-ai requirement Updates the requirements on opentelemetry-semantic-conventions-ai to permit the latest version. --- updated-dependencies: - dependency-name: opentelemetry-semantic-conventions-ai dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../openinference-instrumentation-openllmetry/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-openllmetry/pyproject.toml b/python/instrumentation/openinference-instrumentation-openllmetry/pyproject.toml index 743535c0..845f0020 100644 --- a/python/instrumentation/openinference-instrumentation-openllmetry/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-openllmetry/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "opentelemetry-sdk>=1.20.0", "openinference-instrumentation>=0.1.51", "openinference-semantic-conventions>=0.1.21", - "opentelemetry-semantic-conventions-ai>=0.4.13,<0.5.0" + "opentelemetry-semantic-conventions-ai>=0.4.13,<0.6.0" ]