# The engine this plugin drives, pinned. Installed into `libs/` beside this file — by the
# `plugin libs` entry in scripts/mprocs.yaml in development, by scripts/build_core.py for
# a distribution, into the same folder either way, so what we develop against is what
# ships (docs/work/todo-plugin-delivery.md).
#
# Only the engine is pinned. Its dependencies float within the ranges the engine itself
# declares, because it is the engine that knows which versions of curl_cffi work: asking
# for the bare package once installed one it refused (scripts/mprocs.yaml). Bumping this
# line is how an engine is updated; nothing else updates it (LOG 409).
yt-dlp[curl-cffi]==2026.8.19
