File tree Expand file tree Collapse file tree 3 files changed +84
-84
lines changed
Expand file tree Collapse file tree 3 files changed +84
-84
lines changed Original file line number Diff line number Diff line change 88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - repo : https://github.com/google/yamlfmt
11- rev : v0.16 .0
11+ rev : v0.17 .0
1212 hooks :
1313 - id : yamlfmt
1414 - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.11.10
15+ rev : v0.11.13
1616 hooks :
1717 - id : ruff
1818 args : [--fix]
1919 - id : ruff-format
2020 - repo : https://github.com/tox-dev/pyproject-fmt
21- rev : v2.5.1
21+ rev : v2.6.0
2222 hooks :
2323 - id : pyproject-fmt
2424 - repo : https://github.com/pre-commit/mirrors-mypy
25- rev : v1.15 .0
25+ rev : v1.16 .0
2626 hooks :
2727 - id : mypy
2828 args : []
2929 additional_dependencies :
30- - " mcp>=1.4 "
31- - " youtube-transcript-api>=1.0.3 "
30+ - " mcp>=1.9 "
31+ - " youtube-transcript-api>=1.1.0 "
3232 - " beautifulsoup4>=4.13.3"
3333 - " rich-click>=1.8.8"
3434 - " pytest>=8.3.5"
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.4 "
8+ version = " 0.3.5 "
99description = " MCP server retrieving transcripts of YouTube videos"
1010readme = " README.md"
1111authors = [
@@ -28,7 +28,7 @@ dependencies = [
2828 " pydantic>=2.10.6" ,
2929 " requests>=2.32.3" ,
3030 " rich-click>=1.8.8" ,
31- " youtube-transcript-api>=1.0.3 " ,
31+ " youtube-transcript-api>=1.1 " ,
3232]
3333
3434scripts.mcp-youtube-transcript = " mcp_youtube_transcript.cli:main"
@@ -51,7 +51,7 @@ line-length = 120
5151indent = 4
5252
5353[tool .bumpversion ]
54- current_version = " 0.3.4 "
54+ current_version = " 0.3.5 "
5555commit = true
5656pre_commit_hooks = [
5757 " uv sync" ,
You can’t perform that action at this time.
0 commit comments