From 65b277a3a39f207c24082820cfb5224efe15b690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:56:16 +0000 Subject: [PATCH] chore(deps): bump opentelemetry-exporter-otlp-proto-http Bumps [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) from 1.42.1 to 1.44.0. - [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.42.1...v1.44.0) --- updated-dependencies: - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a125530..ec2cd16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ # (adapters/telemetry/otel.py) when DEVAI_TELEMETRY_PROVIDER=otel. Shipped # in the image so turning telemetry on is one env var, no custom build. The # adapter lazy-imports it and degrades to Noop if it's ever absent. - "opentelemetry-exporter-otlp-proto-http==1.42.1", + "opentelemetry-exporter-otlp-proto-http==1.44.0", "python-ulid>=4.0.1", "rich>=15.0.0", "playwright>=1.49.0",