release(anthropic): 1.0.1 (#33752)

This commit is contained in:
Mason Daugherty
2025-10-30 16:19:44 -04:00
committed by GitHub
parent 468dad1780
commit 7aaaa371e7
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"pydantic>=2.7.4,<3.0.0", "pydantic>=2.7.4,<3.0.0",
] ]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "1.0.0" version = "1.0.1"
description = "Integration package connecting Claude (Anthropic) APIs and LangChain" description = "Integration package connecting Claude (Anthropic) APIs and LangChain"
readme = "README.md" readme = "README.md"

View File

@@ -539,7 +539,7 @@ typing = [
[[package]] [[package]]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "1.0.0" version = "1.0.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anthropic" }, { name = "anthropic" },