From 616034113400e3cd75a241916ab4731aabebd0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:08:47 +0000 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=95=88(deps):=20Update=20pyarrow=20?= =?UTF-8?q?requirement=20in=20the=20python-runtime=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. Updates `pyarrow` to 25.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2bad25b9..1d8332c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "numpy>=1.26.0,<3; sys_platform != 'emscripten'", "numpy; sys_platform == 'emscripten'", # parquet fallback / pyodide bridge. pyodide 는 빌트인. - "pyarrow>=17,<25; sys_platform != 'emscripten'", + "pyarrow>=17,<26; sys_platform != 'emscripten'", "pyarrow; sys_platform == 'emscripten'", "zstandard>=0.23,<1; sys_platform != 'emscripten'", # network