From 4cd6ba1772cec06c996b716185d79ba98143ed1a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 19 Sep 2025 09:52:24 -0700 Subject: [PATCH] Updated for latest ptsl-py Major version change, dependency changes --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 243cd22..d769137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,18 +19,18 @@ keywords = ["text-processing", "parsers", "film", [tool.poetry] name = "ptulsconv" -version = "3.0.0" +version = "4.0.0" description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON" authors = ["Jamie Hardt "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" parsimonious = "^0.10.0" tqdm = "^4.67.1" reportlab = "^4.4.1" -py-ptsl = "^101.1.0" +py-ptsl = "^600.0.0" sphinx_rtd_theme = {version= '>= 1.1.1', optional=true} sphinx = {version= '>= 5.3.0', optional=true}