fix(deps): pin pyplayready to <0.7 to avoid KID extraction bug

This commit is contained in:
Andy
2025-11-12 15:48:06 +00:00
parent 751b97017b
commit 6975f4f9f4
2 changed files with 16 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ dependencies = [
"urllib3>=2.2.1,<3",
"chardet>=5.2.0,<6",
"curl-cffi>=0.7.0b4,<0.14",
"pyplayready>=0.6.3,<0.9",
"pyplayready>=0.6.3,<0.7",
"httpx>=0.28.1,<0.29",
"cryptography>=45.0.0,<47",
"subby",