From 86a6a24b4a4274782e03ed83f99e37ce8320a3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:56:43 +0000 Subject: [PATCH] chore(deps): update opentelemetry-semantic-conventions requirement Updates the requirements on [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits) --- updated-dependencies: - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.63b1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../openinference-instrumentation-beeai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml b/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml index 066392ec..51e6863d 100644 --- a/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "openinference-semantic-conventions>=0.1.25", "opentelemetry-api>=1.36.0", "opentelemetry-instrumentation>=0.57b0", - "opentelemetry-semantic-conventions>=0.57b0", + "opentelemetry-semantic-conventions>=0.63b1", "wrapt", ]