From beb676615ac365f0ac603f0e5143c08de2a65aa2 Mon Sep 17 00:00:00 2001 From: Prithvi Kannan Date: Thu, 12 Dec 2024 00:21:25 -0800 Subject: [PATCH] Add langchain integration test deps Signed-off-by: Prithvi Kannan --- integrations/langchain/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integrations/langchain/pyproject.toml b/integrations/langchain/pyproject.toml index 1e19cb9..cb03c22 100644 --- a/integrations/langchain/pyproject.toml +++ b/integrations/langchain/pyproject.toml @@ -24,6 +24,11 @@ dev = [ "ruff==0.6.4", ] +integration = [ + "langgraph>=0.2.27", + "pytest-timeout>=2.3.1", +] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"