release(anthropic): 1.0.0 (#33564)

This commit is contained in:
ccurme
2025-10-17 10:03:04 -04:00
committed by GitHub
parent 888fa3a2fb
commit 15047ae28a
2 changed files with 183 additions and 186 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.0a8,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]
name = "langchain-anthropic"
version = "1.0.0a5"
version = "1.0.0"
description = "Integration package connecting Claude (Anthropic) APIs and LangChain"
readme = "README.md"