Skip to content

Commit bcf9ec4

Browse files
committed
Update LG version
1 parent fb411e8 commit bcf9ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = { text = "MIT" }
1010
requires-python = ">=3.11,<4.0"
1111
dependencies = [
12-
"langgraph>=0.6.0,<0.7.0",
12+
"langgraph>=0.6.6,<0.7.0",
1313
"langchain-openai>=0.1.22",
1414
"langchain-anthropic>=0.1.23",
1515
"langchain>=0.2.14",

src/react_agent/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from typing import Any, Callable, List, Optional, cast
1010

11-
from langchain_tavily import TavilySearch
11+
from langchain_tavily import TavilySearch # type: ignore[import-not-found]
1212
from langgraph.runtime import get_runtime
1313

1414
from react_agent.context import Context

0 commit comments

Comments
 (0)