Skip to content

Commit 7f4fdb3

Browse files
committed
chore: update MCP to version 1.4.1
Upgraded MCP dependency to version 1.4.1 across `pyproject.toml`, `.pre-commit-config.yaml`, and `uv.lock`. This ensures compatibility with the latest fixes and improvements. Updated pre-commit Ruff version to 0.11.0 for linting enhancements.
1 parent edf68cd commit 7f4fdb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.10.0
15+
rev: v0.11.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: mypy
2828
args: []
29-
additional_dependencies: ["mcp>=1.3,<1.4", "youtube-transcript-api>=1.0.1", "beautifulsoup4>=4.13.3", "pytest>=8.3.5", "pytest-mock>=3.14", "types-requests>=2.32.0.20250306"]
29+
additional_dependencies: ["mcp>=1.4.1", "youtube-transcript-api>=1.0.1", "beautifulsoup4>=4.13.3", "pytest>=8.3.5", "pytest-mock>=3.14", "types-requests>=2.32.0.20250306"]
3030
- repo: local
3131
hooks:
3232
- id: pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"beautifulsoup4>=4.13.3",
2626
"click>=8.1.8",
27-
"mcp>=1.3,<1.4",
27+
"mcp>=1.4.1",
2828
"pydantic>=2.10.6",
2929
"requests>=2.32.3",
3030
"youtube-transcript-api>=1.0.1",

uv.lock

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

0 commit comments

Comments
 (0)