release(anthropic): 1.0.0a3 (#33317)

This commit is contained in:
ccurme
2025-10-07 09:24:54 -04:00
committed by GitHub
parent c8205ff511
commit 2e024b7ede
2 changed files with 6 additions and 6 deletions

View File

@@ -8,11 +8,11 @@ license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.69.0,<1.0.0",
"langchain-core>=1.0.0a5,<2.0.0",
"langchain-core>=1.0.0a7,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]
name = "langchain-anthropic"
version = "1.0.0a2"
version = "1.0.0a3"
description = "An integration package connecting Anthropic and LangChain"
readme = "README.md"