Skip to content

Commit 9c6c13d

Browse files
committed
fix/dependency: remove unused python-dotenv (CVE-2026-28684)
python-dotenv was declared as a runtime dependency but never imported in any source file. Removing eliminates CVE-2026-28684 finding on MCP Marketplace security scan.
1 parent 9026b6d commit 9c6c13d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies = [
4242
"cryptography>=46.0.7",
4343
"pydantic>=2.4.0",
4444
"httpx>=0.27.0",
45-
"python-dotenv>=1.0.1",
4645
]
4746

4847
[project.optional-dependencies]

0 commit comments

Comments
 (0)