Skip to content

Commit 56ac1a4

Browse files
committed
Upgrade datafusion-python to 49
1 parent cf6572a commit 56ac1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include = [
4949
ignore = ["F403", "F405"]
5050

5151
[tool.hatch.envs.dev]
52-
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==45.*", "pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1"]
52+
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==49.*", "pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1"]
5353

5454
[tool.hatch.envs.dev.scripts]
5555
build = "maturin build --out dist --sdist"

0 commit comments

Comments
 (0)