Skip to content

Commit 32dd37a

Browse files
committed
fix(vortex-python): cap PyPI substrait before 0.29.0
1 parent ec2c602 commit 32dd37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dynamic = ["version", "description", "authors"]
66
readme = "README.md"
77
dependencies = [
88
"pyarrow>=17.0.0",
9-
"substrait>=0.23.0,<0.85.0",
9+
"substrait>=0.23.0,<0.29.0",
1010
"typing-extensions>=4.5.0",
1111
]
1212
requires-python = ">= 3.11"

0 commit comments

Comments
 (0)