Skip to content

Commit ac52021

Browse files
authored
anthropic[patch]: release 0.3.2 (#29275)
1 parent c616b44 commit ac52021

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/partners/anthropic/poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/partners/anthropic/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "langchain-anthropic"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "An integration package connecting AnthropicMessages and LangChain"
99
authors = []
1010
readme = "README.md"
@@ -22,7 +22,7 @@ plugins = ['pydantic.mypy']
2222
[tool.poetry.dependencies]
2323
python = ">=3.9,<4.0"
2424
anthropic = ">=0.41.0,<1"
25-
langchain-core = "^0.3.27"
25+
langchain-core = "^0.3.30"
2626
pydantic = "^2.7.4"
2727

2828
[tool.ruff.lint]

0 commit comments

Comments
 (0)