standard-tests: add benchmarks (#31302)

Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com>
This commit is contained in:
ccurme
2025-05-29 11:21:37 -04:00
committed by GitHub
parent 6d39e59c2e
commit 49eeb0f3c3
32 changed files with 5470 additions and 220 deletions

View File

@@ -33,6 +33,7 @@ test = [
"pytest-retry<1.8.0,>=1.7.0",
"pytest-timeout<3.0.0,>=2.3.1",
"pytest-socket<1.0.0,>=0.7.0",
"vcrpy>=7.0",
"langchain-core",
"langchain-tests",
]
@@ -42,7 +43,6 @@ dev = ["langchain-core"]
test_integration = ["requests<3.0.0,>=2.32.3", "langchain-core"]
typing = [
"mypy<2.0,>=1.10",
"types-requests<3.0.0.0,>=2.32.0.20241016",
"langchain-core",
]