release(anthropic): 1.1 (#33997)

This commit is contained in:
ccurme
2025-11-17 16:24:29 -05:00
committed by GitHub
parent 9b7792631d
commit 990e346c46
2 changed files with 6 additions and 4 deletions

View File

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