Skip to content

Commit 69f91c8

Browse files
authored
fix(deps): remediate Black Duck CVEs on release-v2.6.0 (#612)
Bump langchain, langgraph, langchain-classic, fastmcp, and flatted to patched versions addressing BDSA/langgraph/fastmcp/flatted findings from the 26.05.2 container scan.
1 parent 10ebb42 commit 69f91c8

7 files changed

Lines changed: 56 additions & 30 deletions

File tree

examples/nvidia_rag_mcp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mcp>=1.23.1
22
aiohttp>=3.13.3
3-
fastmcp>=2.15.0
3+
fastmcp>=3.2.0
44
anyio>=4.12.0
55
httpx>=0.28.1
66
httpx-sse>=0.4.3

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"rollup": ">=4.59.0",
5858
"minimatch@3.1.2": "3.1.4",
5959
"minimatch@9.0.5": "9.0.7",
60-
"picomatch": ">=4.0.4"
60+
"picomatch": ">=4.0.4",
61+
"flatted": ">=3.4.2"
6162
}
6263
}
6364
}

frontend/pnpm-lock.yaml

Lines changed: 30 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ dependencies = [
2020
"anyio>=4.12.0",
2121
"httpx>=0.28.1",
2222
"httpx-sse>=0.4.3",
23-
"langchain>=1.2.7",
23+
"langchain>=1.3.1",
2424
"langchain-community>=0.4",
25-
"langgraph>=0.2",
25+
"langgraph>=1.2.1",
2626
"langchain-milvus>=0.3.0",
2727
"langchain-nvidia-ai-endpoints>=1.4.0",
2828
"minio>=7.2,<8.0",
@@ -122,6 +122,7 @@ override-dependencies = [
122122
"aiohttp>=3.13.4",
123123
"orjson>=3.11.6",
124124
"langsmith>=0.8.0",
125+
"langchain-classic>=1.0.7",
125126
"langchain-text-splitters>=1.1.2",
126127
"transformers>=5.1.0",
127128
"idna>=3.15",

tests/integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tabulate>=0.9.0
33
pyyaml>=6.0.2
44
pymilvus>=2.5.8
55
mcp>=1.23.1
6-
fastmcp>=2.15.0
6+
fastmcp>=3.2.0
77
anyio>=4.12.0
88
httpx>=0.28.1
99
httpx-sse>=0.4.3

tests/unit/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-cov>=4.0.0
44
pytest-asyncio>=0.21.0 # For async test support
55
pytest-mock>=3.10.0
66
mcp>=1.23.1
7-
fastmcp>=2.15.0
7+
fastmcp>=3.2.0
88

99
# FastAPI testing
1010
httpx>=0.28.1

uv.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)