From bca623c53c7468d8ad4bdb1fe105b8b42624e5e6 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 9 Nov 2024 06:10:10 -0500 Subject: [PATCH] Allow for newer spark-parser --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8e8c4628..dcee5ab13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ name = "uncompyle6" description = "Python cross-version byte-code library and disassembler" dependencies = [ "click", - "spark-parser >= 1.8.9, < 1.9.1", + "spark-parser >= 1.8.9, < 1.9.2", "xdis >= 6.1.0, < 6.2.0", ] readme = "README.rst"