mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
feat(anthropic): web fetch beta (#32894)
Note: citations are broken until Anthropic fixes their API
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user