Skip to content

Commit

Permalink
anthropic[patch]: Pre-release 0.1.8-rc.1 (langchain-ai#20250)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and junkeon committed Apr 16, 2024
1 parent a6b4a7a commit 10ddb3d
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.7"
version = "0.1.8-rc.1"
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.41"
langchain-core = {version="^0.1.42-rc.1", allow-prereleases=true}
anthropic = ">=0.23.0,<1"
defusedxml = { version = "^0.7.1", optional = true }

Expand Down

0 comments on commit 10ddb3d

Please sign in to comment.