From 1b3aafdb8d3870a1d191f44d6c78e1af2f5ef551 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 26 Feb 2026 10:32:43 -0500 Subject: [PATCH] bounds on cohttp-lwt --- dune-project | 3 ++- opentelemetry-client-cohttp-lwt.opam | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 1e773851..9afb8dc0 100644 --- a/dune-project +++ b/dune-project @@ -139,7 +139,8 @@ (>= "5.3")) (lwt_ppx (>= "2.0")) - cohttp-lwt + (cohttp-lwt + (>= "6.0")) cohttp-lwt-unix (alcotest :with-test) (containers :with-test)) diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index 8ef6cf98..4c137c5e 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -19,7 +19,7 @@ depends: [ "odoc" {with-doc} "lwt" {>= "5.3"} "lwt_ppx" {>= "2.0"} - "cohttp-lwt" + "cohttp-lwt" {>= "6.0"} "cohttp-lwt-unix" "alcotest" {with-test} "containers" {with-test}