mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
anthropic: pdf integration test (#29142)
This commit is contained in:
@@ -76,6 +76,7 @@ ruff = "^0.5"
|
||||
|
||||
[tool.poetry.group.typing.dependencies]
|
||||
mypy = "^1.10"
|
||||
types-requests = "^2.32.0.20241016"
|
||||
|
||||
[tool.poetry.group.test.dependencies.langchain-core]
|
||||
path = "../../core"
|
||||
@@ -89,6 +90,8 @@ develop = true
|
||||
path = "../../core"
|
||||
develop = true
|
||||
|
||||
[tool.poetry.group.test_integration.dependencies]
|
||||
requests = "^2.32.3"
|
||||
[tool.poetry.group.test_integration.dependencies.langchain-core]
|
||||
path = "../../core"
|
||||
develop = true
|
||||
|
||||
Reference in New Issue
Block a user