release(anthropic): 1.0.2 (#33888)

This commit is contained in:
ccurme
2025-11-07 16:47:25 -05:00
committed by GitHub
parent f2410f7ea7
commit 3c492571ab
3 changed files with 11 additions and 9 deletions

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.69.0,<1.0.0",
"langchain-core>=1.0.0,<2.0.0",
"langchain-core>=1.0.3,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]