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",