From 2846925c91c60dec5460d1da25e220144ef96053 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 30 Aug 2024 08:05:03 +0200 Subject: [PATCH] Allow newer versions of m3u8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30577c7..7aea329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "click>=8.0.0,<9.0.0", "httpx>=0.17.0,<1.0.0", - "m3u8>=3.0.0,<5.0.0", + "m3u8>=3.0.0,<7.0.0", ] [tool.setuptools]