Skip to content

Commit 6936160

Browse files
committed
bump pyarrow and arrow from 7.0.0 to 8.0.0
1 parent 4a6dcc2 commit 6936160

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1515

1616
git clone \
1717
--depth 1 \
18-
--branch apache-arrow-7.0.0 \
18+
--branch apache-arrow-8.0.0 \
1919
--single-branch \
2020
https://github.com/apache/arrow.git
2121

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ boto3 = "^1.20.17"
3131
botocore = "^1.23.17"
3232
pandas = "^1.2.0"
3333
numpy = "^1.21.0"
34-
pyarrow = ">=2.0.0, <7.1.0"
34+
pyarrow = ">=2.0.0, <8.1.0"
3535
redshift-connector = "~2.0.889"
3636
pymysql = "^1.0.0"
3737
pg8000 = "^1.20.0"

0 commit comments

Comments
 (0)