From c67e3a2747de6376729538c6d4facc77bc8136e7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 25 Nov 2025 16:58:10 +0000 Subject: [PATCH] chore(deps): update dependency langchain-tests to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8232d20..31bd2bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest==8.4.2", "pytest-cov==7.0.0", - "langchain-tests==0.3.22", + "langchain-tests==1.0.2", "langgraph==0.6.10" ]