Skip to content

Commit

Permalink
anthropic[patch]: Release 0.1.6 (#20026)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Apr 4, 2024
1 parent 6860450 commit 1b7ed60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/docs/modules/model_io/chat/structured_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
Expand Down
2 changes: 1 addition & 1 deletion libs/partners/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1b7ed60

Please sign in to comment.