From fb3f83191e824f84869e8d669ce865be93f2843f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:07:00 +0000 Subject: [PATCH] build(deps): update opentelemetry-exporter-otlp-proto-http requirement Updates the requirements on [opentelemetry-exporter-otlp-proto-http](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.28.0...v1.44.0) --- updated-dependencies: - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ed28062..ab04e02 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "croniter>=2.0", "opentelemetry-api>=1.28", "opentelemetry-sdk>=1.28", - "opentelemetry-exporter-otlp-proto-http>=1.28", + "opentelemetry-exporter-otlp-proto-http>=1.44.0", "opentelemetry-instrumentation-fastapi>=0.49b0", ]