diff --git a/mix.exs b/mix.exs index 46fc4cd..cdf1210 100644 --- a/mix.exs +++ b/mix.exs @@ -79,7 +79,7 @@ defmodule AshPostgres.MixProject do {:ecto_sql, "~> 3.5"}, {:jason, "~> 1.0"}, {:postgrex, ">= 0.0.0"}, - {:ash, ash_version("~> 1.26.12")}, + {:ash, ash_version("~> 1.26 and >= 1.26.12")}, {:git_ops, "~> 2.0.1", only: :dev}, {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_check, "~> 0.11.0", only: :dev},