1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-05 05:26:55 +00:00

[rh:curl_cffi] Support curl_cffi 0.11.x, 0.12.x, 0.13.x (#13989)

Authored by: bashonly
This commit is contained in:
bashonly
2025-08-10 22:16:07 -05:00
committed by GitHub
parent bf366517ef
commit e98695549e
3 changed files with 40 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ default = [
"websockets>=13.0",
]
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.11; implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.14; implementation_name=='cpython'",
]
secretstorage = [
"cffi",