Skip to content

Commit 7223c21

Browse files
authored
Merge pull request #23 from jkawamoto/bump
Update dependencies and bump version to 0.3.4
2 parents 799cd41 + 550dd38 commit 7223c21

File tree

3 files changed

+54
-51
lines changed

3 files changed

+54
-51
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.11.8
15+
rev: v0.11.10
1616
hooks:
1717
- id: ruff
1818
args: [--fix]

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.3.3"
8+
version = "0.3.4"
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.5",
27+
"mcp>=1.9",
2828
"pydantic>=2.10.6",
2929
"requests>=2.32.3",
3030
"rich-click>=1.8.8",
@@ -51,7 +51,7 @@ line-length = 120
5151
indent = 4
5252

5353
[tool.bumpversion]
54-
current_version = "0.3.3"
54+
current_version = "0.3.4"
5555
commit = true
5656
pre_commit_hooks = [
5757
"uv sync",

0 commit comments

Comments
 (0)