From ad4e889a9586ad7200a2e337a20c4f9e5867f019 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 13 Mar 2026 13:44:13 -0400 Subject: [PATCH] relax lwt bounds --- dune-project | 17 ++++++++--------- opentelemetry-client-cohttp-lwt.opam | 4 ++-- opentelemetry-client-ocurl-lwt.opam | 4 ++-- opentelemetry-cohttp-lwt.opam | 2 +- opentelemetry-lwt.opam | 4 ++-- opentelemetry.opam | 1 - 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/dune-project b/dune-project index 7318d475..4f3cbf9d 100644 --- a/dune-project +++ b/dune-project @@ -54,8 +54,7 @@ (depopts atomic trace thread-local-storage lwt eio picos) (conflicts (trace - (< 0.12)) - (lwt (< 6))) + (< 0.12))) (tags (instrumentation tracing opentelemetry datadog jaeger))) @@ -86,9 +85,9 @@ (cohttp-lwt-unix :with-test) (odoc :with-doc) (lwt - (>= "6")) + (>= "5.3")) (lwt_ppx - (>= "6")) + (>= "2.0")) (alcotest :with-test)) (tags (instrumentation tracing opentelemetry datadog lwt))) @@ -129,9 +128,9 @@ (>= 0.2.3)) ocurl (lwt - (>= "6")) + (>= "5.3")) (lwt_ppx - (>= "6")) + (>= "2.0")) (alcotest :with-test)) (synopsis "Collector client for opentelemetry, using ezcurl-lwt")) @@ -170,7 +169,7 @@ ambient-context-lwt (odoc :with-doc) (lwt - (>= "6")) + (>= "5.3")) (cohttp (>= "6.0.0")) (cohttp-lwt @@ -195,9 +194,9 @@ ambient-context-lwt (odoc :with-doc) (lwt - (>= "6")) + (>= "5.3")) (lwt_ppx - (>= "6")) + (>= "2.0")) cohttp-lwt cohttp-lwt-unix (alcotest :with-test) diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index 72c62d13..71053b0b 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -20,8 +20,8 @@ depends: [ "opentelemetry-lwt" {= version} "ambient-context-lwt" "odoc" {with-doc} - "lwt" {>= "6"} - "lwt_ppx" {>= "6"} + "lwt" {>= "5.3"} + "lwt_ppx" {>= "2.0"} "cohttp-lwt" "cohttp-lwt-unix" "alcotest" {with-test} diff --git a/opentelemetry-client-ocurl-lwt.opam b/opentelemetry-client-ocurl-lwt.opam index cbd5dfb3..1abeacf5 100644 --- a/opentelemetry-client-ocurl-lwt.opam +++ b/opentelemetry-client-ocurl-lwt.opam @@ -20,8 +20,8 @@ depends: [ "odoc" {with-doc} "ezcurl-lwt" {>= "0.2.3"} "ocurl" - "lwt" {>= "6"} - "lwt_ppx" {>= "6"} + "lwt" {>= "5.3"} + "lwt_ppx" {>= "2.0"} "alcotest" {with-test} ] build: [ diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index 98976f34..96de5e67 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -18,7 +18,7 @@ depends: [ "opentelemetry-lwt" {= version} "ambient-context-lwt" "odoc" {with-doc} - "lwt" {>= "6"} + "lwt" {>= "5.3"} "cohttp" {>= "6.0.0"} "cohttp-lwt" {>= "6.0.0"} "alcotest" {with-test} diff --git a/opentelemetry-lwt.opam b/opentelemetry-lwt.opam index 23da900c..ae34a990 100644 --- a/opentelemetry-lwt.opam +++ b/opentelemetry-lwt.opam @@ -19,8 +19,8 @@ depends: [ "ambient-context-lwt" "cohttp-lwt-unix" {with-test} "odoc" {with-doc} - "lwt" {>= "6"} - "lwt_ppx" {>= "6"} + "lwt" {>= "5.3"} + "lwt_ppx" {>= "2.0"} "alcotest" {with-test} ] build: [ diff --git a/opentelemetry.opam b/opentelemetry.opam index 41c86be9..cbe391fd 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -31,7 +31,6 @@ depends: [ depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio" "picos"] conflicts: [ "trace" {< "0.12"} - "lwt" {< "6"} ] build: [ ["dune" "subst"] {dev}