update elixir openai_ex to 0.9.18 (latest, published Oct 12 2025)

This commit is contained in:
Russell Ballestrini 2025-10-15 19:21:38 -04:00
parent 60b61b5a7e
commit b4148cbaf6

View file

@ -19,7 +19,7 @@ defmodule UncloseaiOpenai.MixProject do
defp deps do
[
{:openai_ex, "~> 0.9.17"},
{:openai_ex, "~> 0.9.18"},
{:httpoison, "~> 2.2"},
{:jason, "~> 1.4"}
]