From e259a83da0fe8bdf422595710d33e2cc688cd740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:18:11 +0000 Subject: [PATCH] chore(deps): Update opentelemetry-instrumentation-openai requirement Updates the requirements on [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) to permit the latest version. - [Release notes](https://github.com/traceloop/openllmetry/releases) - [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/traceloop/openllmetry/compare/0.34.0...0.60.0) --- updated-dependencies: - dependency-name: opentelemetry-instrumentation-openai dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index d75554f2..dd20fdc4 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "opentelemetry-instrumentation-httpx>=0.49b0", # OpenTelemetry GenAI semantic convention instrumentation # Emits spans with gen_ai.* attributes for MLflow compatibility - "opentelemetry-instrumentation-openai>=0.34b0", + "opentelemetry-instrumentation-openai>=0.60.0", # OpenInference for LangChain instrumentation and AGENT span semantics "openinference-semantic-conventions>=0.1.12", "openinference-instrumentation-langchain>=0.1.27",