From 02a3f9c7e6d8360933040f2831eef70400539c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:59:10 +0000 Subject: [PATCH] chore(deps): update pyarrow requirement from ~=17.0 to ~=18.1 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/v17.0.0...apache-arrow-18.1.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a03b4f..7d892e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ openai~=1.38 mapclassify~=2.8 duckdb~=1.1 typing-extensions~=4.12 -pyarrow~=17.0 +pyarrow~=18.1