From 4cbbd26b78e13f37dcce82b373e0edf1abc599c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 18 May 2024 11:22:00 +0200 Subject: [PATCH] Relax postgrex dependency --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a38a597..781119e 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule PhoenixEcto.Mixfile do {:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.1", optional: true}, {:ecto, "~> 3.5"}, {:plug, "~> 1.9"}, - {:postgrex, "~> 0.17", optional: true}, + {:postgrex, "~> 0.16 or ~> 1.0", optional: true}, {:ex_doc, ">= 0.0.0", only: :docs} ] end