From f603a44cf77680d87728cdeecef571d7cf4dcbf9 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 7 Oct 2024 11:09:46 -0400 Subject: [PATCH] Allow newer spark-parser --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 1c9f5c84..0e9eaee4 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -79,7 +79,7 @@ entry_points = { ] } ftp_url = None -install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.0", "xdis >= 6.1.1, < 6.2.0"] +install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.1", "xdis >= 6.1.1, < 6.2.0"] license = "GPL3" mailing_list = "python-debugger@googlegroups.com"