File tree Expand file tree Collapse file tree 3 files changed +54
-51
lines changed
Expand file tree Collapse file tree 3 files changed +54
-51
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55
66[project ]
77name = " mcp-youtube-transcript"
8- version = " 0.3.3 "
8+ version = " 0.3.4 "
99description = " MCP server retrieving transcripts of YouTube videos"
1010readme = " README.md"
1111authors = [
@@ -24,7 +24,7 @@ classifiers = [
2424dependencies = [
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
5151indent = 4
5252
5353[tool .bumpversion ]
54- current_version = " 0.3.3 "
54+ current_version = " 0.3.4 "
5555commit = true
5656pre_commit_hooks = [
5757 " uv sync" ,
You can’t perform that action at this time.
0 commit comments