From 0d3fc7860a5975238786cbc27c3a6047434568df Mon Sep 17 00:00:00 2001 From: Will Jones Date: Tue, 24 Feb 2026 07:59:12 -0800 Subject: [PATCH] ci: fix python DataFusion test (#3060) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b6fe79b9c..c8e0e8a5f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "pyarrow-stubs", "pylance>=1.0.0b14", "requests", - "datafusion", + "datafusion<52", ] dev = [ "ruff",