From b692b5778f15fce92517672cc953fc10a03a8ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 04:08:49 +0000 Subject: [PATCH] Update pyarrow requirement in /by-language/python-turbodbc 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/apache-arrow-0.1.0...apache-arrow-20.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- by-language/python-turbodbc/requirements-prereq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-language/python-turbodbc/requirements-prereq.txt b/by-language/python-turbodbc/requirements-prereq.txt index 4cce7b86..c44f8306 100644 --- a/by-language/python-turbodbc/requirements-prereq.txt +++ b/by-language/python-turbodbc/requirements-prereq.txt @@ -1,4 +1,4 @@ # Turbodbc wants NumPy and PyArrow to be installed upfront. numpy>=2 -pyarrow<20 +pyarrow<21 wheel