release(anthropic): 0.3.20 (#32900)

This commit is contained in:
Mason Daugherty
2025-09-11 15:18:43 -04:00
committed by GitHub
parent 00e992a780
commit 255ad31955
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"
version = "0.3.19"
version = "0.3.20"
description = "An integration package connecting Anthropic and LangChain"
readme = "README.md"

View File

@@ -466,7 +466,7 @@ wheels = [
[[package]]
name = "langchain-anthropic"
version = "0.3.19"
version = "0.3.20"
source = { editable = "." }
dependencies = [
{ name = "anthropic" },