Skip to content

Commit

Permalink
anthropic[patch]: Release 0.2.2 (#27118)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Oct 4, 2024
1 parent 11df1b2 commit 414fe16
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 60 deletions.
131 changes: 73 additions & 58 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-anthropic"
version = "0.2.1"
version = "0.2.2"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
anthropic = ">=0.30.0,<1"
langchain-core = "^0.3.1"
langchain-core = "^0.3.9"
pydantic = "^2.7.4"

[tool.ruff.lint]
Expand Down

0 comments on commit 414fe16

Please sign in to comment.