Skip to content

Commit 52f9860

Browse files
committed
fix(deps): bump langgraph for CVE-2026-28277
1 parent 66c0c5e commit 52f9860

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

agent/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Core LLM & Orchestration
22
rich>=13.0.0
33
pyyaml>=6.0.0
4-
langchain>=0.1.0
5-
langchain-core>=0.1.0
6-
langchain-openai>=0.0.5
7-
langgraph>=0.2.50,<0.3
8-
langgraph-checkpoint>=2.0.0
4+
langchain>=1.0.0,<2
5+
langchain-core>=1.0.0,<2
6+
langchain-openai>=1.0.0,<2
7+
langgraph>=1.0.10,<1.1
8+
langgraph-checkpoint>=2.1.0,<5
99
python-dotenv>=1.0.0
1010
httpx>=0.28.0
1111
oauth-cli-kit>=0.1.3

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ classifiers = [
1919
dependencies = [
2020
"rich>=13.0.0",
2121
"pyyaml>=6.0.0",
22-
"langchain>=0.1.0",
23-
"langchain-core>=0.1.0",
24-
"langchain-openai>=0.0.5",
25-
"langgraph>=0.2.50,<0.3",
26-
"langgraph-checkpoint>=2.0.0",
22+
"langchain>=1.0.0,<2",
23+
"langchain-core>=1.0.0,<2",
24+
"langchain-openai>=1.0.0,<2",
25+
"langgraph>=1.0.10,<1.1",
26+
"langgraph-checkpoint>=2.1.0,<5",
2727
"python-dotenv>=1.0.0",
2828
"httpx>=0.28.0",
2929
"oauth-cli-kit>=0.1.3",

0 commit comments

Comments
 (0)