From 1b7ed6071ade0b5a3d6cddc939bfb1b164cfdd2f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:29:50 -0700 Subject: [PATCH] anthropic[patch]: Release 0.1.6 (#20026) --- docs/docs/modules/model_io/chat/structured_output.ipynb | 1 - libs/partners/anthropic/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/modules/model_io/chat/structured_output.ipynb b/docs/docs/modules/model_io/chat/structured_output.ipynb index a96922f0ea..d277c7856b 100644 --- a/docs/docs/modules/model_io/chat/structured_output.ipynb +++ b/docs/docs/modules/model_io/chat/structured_output.ipynb @@ -514,7 +514,6 @@ "\n", "model = ChatAnthropic(\n", " model=\"claude-3-opus-20240229\",\n", - " default_headers={\"anthropic-beta\": \"tools-2024-04-04\"},\n", ")\n", "model_with_structure = model.with_structured_output(Joke)\n", "model_with_structure.invoke(\"Tell me a joke about cats\")" diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 839ddf9b42..6b77fb08d0 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-anthropic" -version = "0.1.5" +version = "0.1.6" description = "An integration package connecting AnthropicMessages and LangChain" authors = [] readme = "README.md"