anthropic: pdf integration test (#29142)

This commit is contained in:
Erick Friis
2025-01-10 13:56:31 -08:00
committed by GitHub
parent 8de8519daf
commit 0a54aedb85
3 changed files with 46 additions and 1 deletions

View File

@@ -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