feat(anthropic): web fetch beta (#32894)

Note: citations are broken until Anthropic fixes their API
This commit is contained in:
Mason Daugherty
2025-09-11 15:14:06 -04:00
committed by GitHub
parent 83d938593b
commit 00e992a780
5 changed files with 1619 additions and 1070 deletions

View File

@@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"anthropic<1,>=0.64.0",
"langchain-core<1.0.0,>=0.3.74",
"anthropic<1,>=0.67.0",
"langchain-core<1.0.0,>=0.3.76",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"