Skip to content

Commit

Permalink
explicitly use latest version of library
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Dec 14, 2023
1 parent 2fcc110 commit 796bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule LangChainDemo.MixProject do
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
# {:finch, "~> 0.16"},
{:langchain, "~> 0.1.5"},
{:langchain, "~> 0.1.6"},
{:finch, github: "sneako/finch", override: true},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
Expand Down

0 comments on commit 796bcdf

Please sign in to comment.