chore(langchain_v1,anthropic): migrate anthropic middleware to langchain_anthropic (#33463)

Migrate prompt caching implementation into langchain_anthropic.middleware
This commit is contained in:
Eugene Yurtsev
2025-10-13 15:12:54 -04:00
committed by GitHub
parent 961f965f0c
commit 1cf851e054
9 changed files with 1292 additions and 673 deletions

View File

@@ -41,6 +41,7 @@ test = [
"vcrpy>=7.0.0,<8.0.0",
"langchain-core",
"langchain-tests",
"langchain",
]
lint = ["ruff>=0.13.1,<0.14.0"]
dev = ["langchain-core"]
@@ -55,6 +56,7 @@ typing = [
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }
langchain-tests = { path = "../../standard-tests", editable = true }
langchain = { path = "../../langchain_v1", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"