Skip to content

Commit

Permalink
anthropic[patch]: Release 0.1.7 (#20240)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Apr 9, 2024
1 parent 74d04a4 commit 4b84c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/partners/anthropic/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.6"
version = "0.1.7"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.33"
langchain-core = "^0.1.41"
anthropic = ">=0.23.0,<1"
defusedxml = { version = "^0.7.1", optional = true }

Expand Down

0 comments on commit 4b84c9b

Please sign in to comment.