+ Resolved conflicting dependencies by downgrading to construct 2.8.8

This commit is contained in:
BuildTools 2024-11-27 13:41:23 +01:00
parent 27c666915d
commit 887a7cd38f
6 changed files with 18 additions and 12 deletions

View file

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyplayready"
version = "0.3.6"
version = "0.3.7"
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "CC BY-NC-ND 4.0"
authors = ["DevLARLEY, Erevoc", "DevataDev"]
@ -33,7 +33,7 @@ include = [
python = ">=3.8,<4.0"
requests = "^2.32.3"
pycryptodome = "^3.21.0"
construct = "^2.10.70"
construct = "2.8.8"
ECPy = "^1.2.5"
click = "^8.1.7"
xmltodict = "^0.14.2"