Skip to content

Commit 71e3b6c

Browse files
authored
Merge pull request #14 from jkawamoto/bump
Update MCP to v1.4.1 and bump project version to 0.3.0
2 parents cee92d6 + 7f4fdb3 commit 71e3b6c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "mcp-youtube-transcript"
8-
version = "0.2.1"
8+
version = "0.3.0"
99
description = "MCP server retrieving transcripts of YouTube videos"
1010
readme = "README.md"
1111
authors = [
@@ -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",
@@ -50,7 +50,7 @@ line-length = 120
5050
indent = 4
5151

5252
[tool.bumpversion]
53-
current_version = "0.2.1"
53+
current_version = "0.3.0"
5454
commit = true
5555
pre_commit_hooks = [
5656
"uv sync",

uv.lock

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

0 commit comments

Comments
 (0)