Skip to content

Commit

Permalink
partners/anthropic: release 0.3.1 (#28801)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 18, 2024
1 parent 50afa7c commit 4eb8bf7
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 8 deletions.
141 changes: 135 additions & 6 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.0"
version = "0.3.1"
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.39.0,<1"
langchain-core = "^0.3.17"
langchain-core = "^0.3.27"
pydantic = "^2.7.4"

[tool.ruff.lint]
Expand Down

0 comments on commit 4eb8bf7

Please sign in to comment.