Files
Yasuhiro Ohno 6733d582ce fix(transcript): update YouTube transcript API integration (#3306)
* fix(transcript): update YouTube transcript API integration

* gemini fix

---------

Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
2026-06-22 11:20:45 +08:00

17 lines
368 B
TOML

[project]
name = "transcript"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
# Managed with uv; refresh the lockfile with `uv lock`.
dependencies = [
"dify_plugin>=0.9.0",
"youtube-transcript-api>=1.2.4,<2.0.0",
]
# uv run black . -C -l 100 && uv run ruff check --fix
[dependency-groups]
dev = []