From eb088a84c867b283ad9b1b589752d90c2d35052b Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 8 Oct 2024 16:46:42 -0400 Subject: [PATCH] Accept newer python-spark --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab114de4..799e73b4 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.0", + "spark-parser >= 1.8.9, < 1.9.1", "xdis >= 6.1.0, < 6.2.0", ] readme = "README.rst"