From 1bd861f3ca1a46e6b9e3426c1f705589536eba2a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 13 Dec 2025 02:29:33 +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 24282b77..2d456b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest==8.4.2", "pytest-cov==7.0.0", - "langchain-tests==0.3.22", + "langchain-tests==1.1.0", "langgraph==0.6.10" ]