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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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