anthropic: release 0.3.13 (#31162)

This commit is contained in:
ccurme 2025-05-07 23:13:15 -04:00 committed by GitHub
parent e34f9fd6f7
commit d4555ac924
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"
dependencies = [
"anthropic<1,>=0.51.0",
"langchain-core<1.0.0,>=0.3.53",
"langchain-core<1.0.0,>=0.3.59",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.12"
version = "0.3.13"
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.12"
version = "0.3.13"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },