fix: update lxml constraint and pyplayready import path

- Update lxml dependency to allow version 6.x (required by subby 0.3.23)
- Fix pyplayready exception import path (moved to misc.exceptions in 0.6.3)

fixes #17
This commit is contained in:
Sp5rky
2025-09-30 12:53:27 -06:00
parent e92e5c2ba3
commit c77a8737ef
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ dependencies = [
"crccheck>=1.3.0,<2",
"jsonpickle>=3.0.4,<4",
"langcodes>=3.4.0,<4",
"lxml>=5.2.1,<6",
"lxml>=5.2.1,<7",
"pproxy>=2.7.9,<3",
"protobuf>=4.25.3,<5",
"pycaption>=2.2.6,<3",