We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6572a commit 56ac1a4Copy full SHA for 56ac1a4
bindings/python/pyproject.toml
@@ -49,7 +49,7 @@ include = [
49
ignore = ["F403", "F405"]
50
51
[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"]
+dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "datafusion==49.*", "pyiceberg[sql-sqlite,pyarrow]>=0.10.0", "fastavro>=1.11.1"]
53
54
[tool.hatch.envs.dev.scripts]
55
build = "maturin build --out dist --sdist"
0 commit comments