From 73ddd061465ec5bb8fa0eecb55ee8f17bb137b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:33:15 +0000 Subject: [PATCH] Update pyarrow requirement from <=23.0.1,>=14.0.0 to >=14.0.0,<=25.0.0 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v14.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd9252b..4611bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "rich>=13.7.0,<=15.0.0", "tabpfn-common-utils>=0.2.10,<=0.2.19", "google-crc32c>=1.5.0,<=1.8.0", - "pyarrow>=14.0.0,<=23.0.1", + "pyarrow>=14.0.0,<=25.0.0", "pydantic-settings>=2.14.2,<=2.14.2", ]