Skip to content

Commit 01b3a19

Browse files
committed
fix: relax mime and poison gax dependencies
This allows `google_gax` to coexist with projects that depend on newer versions of these libraries.
1 parent 42689ac commit 01b3a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/gax/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ defmodule GoogleApi.Gax.MixProject do
2727
defp deps() do
2828
[
2929
{:tesla, "~> 1.2"},
30-
{:mime, "~> 1.0"},
31-
{:poison, ">= 3.0.0 and < 5.0.0"},
30+
{:mime, "~> 1.0 or ~> 2.0"},
31+
{:poison, ">= 3.0.0 and < 7.0.0"},
3232
{:ex_doc, "~> 0.16", only: :dev},
3333
{:dialyxir, "~> 0.5", only: [:dev], runtime: false}
3434
]

0 commit comments

Comments
 (0)