Commit 419090e
committed
fix(security): update pyproject.toml langgraph and langchain to secure versions
- Updated langgraph>=0.1.0 to langgraph>=1.0.5 (fixes CVE-2025-8709)
- Updated langchain>=0.1.0 to langchain>=0.1.11 (fixes CVE-2024-28088)
- This was the missing piece causing security scanners to flag langgraph
as high risk - pyproject.toml was allowing vulnerable versions
All dependency files now consistently specify secure minimum versions:
- requirements.txt: langgraph>=1.0.5, langchain-core>=1.2.6
- requirements.lock: langgraph==1.0.5, langchain-core==1.2.6
- requirements.docker.txt: langgraph>=1.0.5, langchain-core>=1.2.6
- pyproject.toml: langgraph>=1.0.5, langchain>=0.1.111 parent 48c8dc6 commit 419090e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments