From bcf9ec4a04d6e188344837fbbfb75baabf17dd15 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:44:15 -0700 Subject: [PATCH 1/2] Update LG version --- pyproject.toml | 2 +- src/react_agent/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e66f7e..3fe2f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = { text = "MIT" } requires-python = ">=3.11,<4.0" dependencies = [ - "langgraph>=0.6.0,<0.7.0", + "langgraph>=0.6.6,<0.7.0", "langchain-openai>=0.1.22", "langchain-anthropic>=0.1.23", "langchain>=0.2.14", diff --git a/src/react_agent/tools.py b/src/react_agent/tools.py index 7afd11b..4ce1eb6 100644 --- a/src/react_agent/tools.py +++ b/src/react_agent/tools.py @@ -8,7 +8,7 @@ from typing import Any, Callable, List, Optional, cast -from langchain_tavily import TavilySearch +from langchain_tavily import TavilySearch # type: ignore[import-not-found] from langgraph.runtime import get_runtime from react_agent.context import Context From 88832fe31f62f039e4949bd3132588a4735d8618 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:53:36 -0700 Subject: [PATCH 2/2] Update to include --- langgraph.json | 1 + 1 file changed, 1 insertion(+) diff --git a/langgraph.json b/langgraph.json index 31264e4..43d1eb1 100644 --- a/langgraph.json +++ b/langgraph.json @@ -1,4 +1,5 @@ { + "$schema": "https://langgra.ph/schema.json", "dependencies": ["."], "graphs": { "agent": "./src/react_agent/graph.py:graph"