release(anthropic): 1.0.0a5 (#33507)

Release anthropic
This commit is contained in:
Eugene Yurtsev
2025-10-15 17:31:52 -04:00
committed by GitHub
parent a39132787c
commit d0f8f00e7e
2 changed files with 3 additions and 3 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.0a4" version = "1.0.0a5"
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

@@ -453,7 +453,7 @@ wheels = [
[[package]] [[package]]
name = "langchain" name = "langchain"
version = "1.0.0a14" version = "1.0.0a15"
source = { editable = "../../langchain_v1" } source = { editable = "../../langchain_v1" }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },
@@ -514,7 +514,7 @@ typing = [
[[package]] [[package]]
name = "langchain-anthropic" name = "langchain-anthropic"
version = "1.0.0a4" version = "1.0.0a5"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "anthropic" }, { name = "anthropic" },