From 9f3151c02f3177930b0c912ca990636d11fc653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:56:38 +0000 Subject: [PATCH] chore(deps): update opentelemetry-instrumentation requirement Updates the requirements on [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) --- updated-dependencies: - dependency-name: opentelemetry-instrumentation 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..b13b3967 100644 --- a/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-beeai/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "openinference-instrumentation>=0.1.51", "openinference-semantic-conventions>=0.1.25", "opentelemetry-api>=1.36.0", - "opentelemetry-instrumentation>=0.57b0", + "opentelemetry-instrumentation>=0.63b1", "opentelemetry-semantic-conventions>=0.57b0", "wrapt", ]