Skip to content

Commit

Permalink
anthropic[patch]: release 0.3.2 (#29275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Jan 17, 2025
1 parent c616b44 commit ac52021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.3.1"
version = "0.3.2"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ plugins = ['pydantic.mypy']
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
anthropic = ">=0.41.0,<1"
langchain-core = "^0.3.27"
langchain-core = "^0.3.30"
pydantic = "^2.7.4"

[tool.ruff.lint]
Expand Down

0 comments on commit ac52021

Please sign in to comment.