anthropic: release 0.3.14 (#31378)

This commit is contained in:
ccurme
2025-05-27 13:31:05 -04:00
committed by GitHub
parent 930aa6073e
commit 443341a20d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,11 +8,11 @@ license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"anthropic<1,>=0.52.0",
"langchain-core<1.0.0,>=0.3.59",
"langchain-core<1.0.0,>=0.3.62",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.13"
version = "0.3.14"
description = "An integration package connecting AnthropicMessages and LangChain"
readme = "README.md"

View File

@@ -407,7 +407,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.13"
version = "0.3.14"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },