Skip to content

Commit ea808d1

Browse files
fix: Correct datafusion version pin range for Python. (#73)
1 parent 3cb279f commit ea808d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "geodatafusion"
77
requires-python = ">=3.10"
8-
dependencies = ["datafusion>=52,<53"] # Instability of the FFI boundary requires major version matches rust dependency
8+
dependencies = ["datafusion>=53,<54"] # Instability of the FFI boundary requires major version matches rust dependency
99
classifiers = [
1010
"Programming Language :: Rust",
1111
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)