fix(anthropic): support automatic compaction (Opus 4.6) (#35034)

This commit is contained in:
ccurme
2026-02-05 16:41:25 -05:00
committed by GitHub
parent d181a59ebe
commit 74b3344679
6 changed files with 151 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
version = "1.3.1"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"anthropic>=0.75.0,<1.0.0",
"anthropic>=0.78.0,<1.0.0",
"langchain-core>=1.2.6,<2.0.0",
"pydantic>=2.7.4,<3.0.0",
]