feat(anthropic): support native structured output feature and strict tool calling (#33980)

This commit is contained in:
ccurme
2025-11-17 16:14:20 -05:00
committed by GitHub
parent 558a8fe25b
commit 9b7792631d
8 changed files with 261 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ authors = []
version = "1.0.3"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.69.0,<1.0.0",
"anthropic>=0.73.0,<1.0.0",
"langchain-core>=1.0.4,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]