From 9cf2374930c71f877548e56c09e7b47a848695a3 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}