anthropic[patch]: support claude 3.7 sonnet (#29971)

This commit is contained in:
ccurme
2025-02-24 15:17:47 -05:00
committed by GitHub
parent d00d645829
commit ded886f622
4 changed files with 133 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"anthropic<1,>=0.45.0",
"langchain-core<1.0.0,>=0.3.34",
"anthropic<1,>=0.47.0",
"langchain-core<1.0.0,>=0.3.39",
"pydantic<3.0.0,>=2.7.4",
]
name = "langchain-anthropic"