diff --git a/oopenai/dune-project b/oopenai/dune-project index ed17a22..cd32f49 100644 --- a/oopenai/dune-project +++ b/oopenai/dune-project @@ -19,8 +19,9 @@ ppx_deriving_yojson cohttp - tls cohttp-lwt-unix + tls + tls-lwt ppx_deriving ocaml-migrate-parsetree diff --git a/oopenai/oopenai.opam b/oopenai/oopenai.opam index ae3ce3c..ffb7cac 100644 --- a/oopenai/oopenai.opam +++ b/oopenai/oopenai.opam @@ -12,8 +12,9 @@ depends: [ "ocaml" {>= "5.0"} "ppx_deriving_yojson" "cohttp" - "tls" "cohttp-lwt-unix" + "tls" + "tls-lwt" "ppx_deriving" "ocaml-migrate-parsetree" "ppx_expect" {with-test & >= "v0.15.1"}