From 5d2b27f23ce51daf9781521b2220f79a9cf0b427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:51:18 +0000 Subject: [PATCH] chore(deps): update opentelemetry-exporter-otlp requirement Updates the requirements on [opentelemetry-exporter-otlp](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/compare/v1.39.0...v1.41.0) --- updated-dependencies: - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51c86cc..51aa8e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "opentelemetry-api ~= 1.40.0", "opentelemetry-sdk ~= 1.40.0", - "opentelemetry-exporter-otlp ~= 1.40.0", + "opentelemetry-exporter-otlp >= 1.40,< 1.42", "opentelemetry-instrumentation ~= 0.61b0", ] dynamic = ["version"]