partners/anthropic: release 0.3.5 (#29486)

This commit is contained in:
Erick Friis
2025-01-29 14:22:11 -08:00
committed by GitHub
parent ed3a5e664c
commit 685609e1ef
2 changed files with 504 additions and 303 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-anthropic"
version = "0.3.4"
version = "0.3.5"
description = "An integration package connecting AnthropicMessages and LangChain"
authors = []
readme = "README.md"
@@ -22,7 +22,7 @@ plugins = ['pydantic.mypy']
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
anthropic = ">=0.41.0,<1"
langchain-core = "^0.3.31"
langchain-core = "^0.3.33"
pydantic = "^2.7.4"
[tool.ruff.lint]