diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-10-22 06:03:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 06:03:30 +0000 |
commit | ea9e35d85fba5eab341cdcaf1eaed69b57f7e465 (patch) | |
tree | 8353857b9ede8470609a9d8d1c099c590d0b68bc /devscripts | |
parent | 87884f15580910e4e0fe0e1db73508debc657471 (diff) |
[cleanup] Misc (#11311)
Authored by: bashonly
Diffstat (limited to 'devscripts')
-rw-r--r-- | devscripts/changelog_override.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 3d8fe53a5..3262a0e67 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -206,5 +206,10 @@ "action": "add", "when": "a886cf3e900f4a2ec00af705f883539269545609", "short": "[priority] **Following this release, yt-dlp's Python dependencies *must* be installed using the `default` group**\nIf you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify `yt-dlp[default]` if you want to also install yt-dlp's optional dependencies (which were previously included by default). [Read more](https://github.com/yt-dlp/yt-dlp/pull/11255)" + }, + { + "action": "add", + "when": "87884f15580910e4e0fe0e1db73508debc657471", + "short": "[priority] **Beginning with this release, yt-dlp's Python dependencies *must* be installed using the `default` group**\nIf you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify `yt-dlp[default]` if you want to also install yt-dlp's optional dependencies (which were previously included by default). [Read more](https://github.com/yt-dlp/yt-dlp/pull/11255)" } ] |