From d87feb1b04e71c46bf62f141e896c5e3be2fef36 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:03:42 -0700 Subject: [PATCH] [Docs] Correct the admonition explaining min langchain-anthropic version in doc (#26359) 0.1.15 instead of just 0.1.5 --- docs/docs/integrations/chat/anthropic_functions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/anthropic_functions.ipynb b/docs/docs/integrations/chat/anthropic_functions.ipynb index 7a33a5c986..06abe67cb2 100644 --- a/docs/docs/integrations/chat/anthropic_functions.ipynb +++ b/docs/docs/integrations/chat/anthropic_functions.ipynb @@ -19,7 +19,7 @@ "\n", "::: {.callout-warning}\n", "\n", - "The Anthropic API officially supports tool-calling so this workaround is no longer needed. Please use [ChatAnthropic](/docs/integrations/chat/anthropic) with `langchain-anthropic>=0.1.5`.\n", + "The Anthropic API officially supports tool-calling so this workaround is no longer needed. Please use [ChatAnthropic](/docs/integrations/chat/anthropic) with `langchain-anthropic>=0.1.15`.\n", "\n", ":::\n", "\n",