Skip to content

Commit bca623c

Browse files
committed
Allow for newer spark-parser
1 parent 9b38760 commit bca623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "uncompyle6"
1515
description = "Python cross-version byte-code library and disassembler"
1616
dependencies = [
1717
"click",
18-
"spark-parser >= 1.8.9, < 1.9.1",
18+
"spark-parser >= 1.8.9, < 1.9.2",
1919
"xdis >= 6.1.0, < 6.2.0",
2020
]
2121
readme = "README.rst"

0 commit comments

Comments
 (0)