anthropic[patch]: Release 0.2.2 (#27118)

This commit is contained in:
Bagatur
2024-10-04 11:53:53 -07:00
committed by GitHub
parent 11df1b2b8d
commit 414fe16071
2 changed files with 75 additions and 60 deletions

View File

@@ -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"
@@ -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]