anthropic[patch]: release 0.3.8 (#29973)

This commit is contained in:
ccurme 2025-02-24 15:24:35 -05:00 committed by GitHub
parent ded886f622
commit 79f5bbfb26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -406,7 +406,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "0.3.7" version = "0.3.8"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anthropic" }, { name = "anthropic" },