From b7e15bca164abfba610abad4e3cac4e88b6985a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:11:03 -0800 Subject: [PATCH] chore(deps): update dependency pyarrow to v19 (#243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edad557..4ab7d9d 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "pandas>=2,<3", "pandas-stubs>=2,<3", "psycopg>=3.1,<4", - "pyarrow>=10,<19", + "pyarrow>=10,<20", "pyspark>=2,<3.6", "pytest>=8.2.0,<8.4", "pytest-forked",