Fix security vulnerabilities by updating mcp to >=1.23.0 in all packages

Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 18:12:09 +00:00
parent 68fbd87e94
commit e8c36d4ce7
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"httpx<0.28",
"markdownify>=0.13.1",
"mcp>=1.1.3",
"mcp>=1.23.0",
"protego>=0.3.1",
"pydantic>=2.0.0",
"readabilipy>=0.2.0",

View File

@@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"click>=8.1.7",
"gitpython>=3.1.45",
"mcp>=1.0.0",
"mcp>=1.23.0",
"pydantic>=2.0.0",
]