Skip to content

Commit 41d76d1

Browse files
authored
chore: update pyarrow constraints (#3210)
* chore: update pyarrow constraints * update pyarrow to 21.0.0 in lambda layers
1 parent f994d07 commit 41d76d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ popd
1111
rm -rf dist arrow
1212

1313
export ARROW_HOME=$(pwd)/dist
14-
export ARROW_VERSION=20.0.0
14+
export ARROW_VERSION=21.0.0
1515
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1616
export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
1717
export SETUPTOOLS_SCM_PRETEND_VERSION=$ARROW_VERSION

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"botocore>=1.23.32,<2",
2424
"pandas>=1.2.0,<3.0.0",
2525
"numpy>=1.26,<3.0",
26-
"pyarrow>=8.0.0,<21.0.0",
26+
"pyarrow>=8.0.0,<22.0.0",
2727
"typing-extensions>=4.4.0,<5",
2828
"packaging>=21.1,<26.0",
2929
"setuptools ; python_version >= '3.12'",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)