Skip to content

Commit

Permalink
Update pyarrow dependency (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: User for Building <[email protected]>
  • Loading branch information
smartvibs8876 and User for Building authored Mar 15, 2024
1 parent e2f218c commit 276c1ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipe/0001-Relax-dependencies-and-downgrade-grpcio.patch
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ index 7e6d2217d75..0f3e0643b28 100644
# segmentation fault at exit. Keep pyarrow<13 until this is resolved.
pyarrow_dependency = [
- 'pyarrow>=3.0.0,<12.0.0',
+ 'pyarrow>=3.0.0,<=14.0.1',
+ 'pyarrow>=3.0.0,<=15.0.1',
# NOTE: We can remove this once Beam increases the pyarrow lower bound
# to a version that fixes CVE.
- 'pyarrow-hotfix<1'
Expand All @@ -51,7 +51,7 @@ index 7e6d2217d75..0f3e0643b28 100644
else:
pyarrow_dependency = [
- 'pyarrow>=3.0.0,<15.0.0',
+ 'pyarrow>=3.0.0,<=14.0.1',
+ 'pyarrow>=3.0.0,<=15.0.1',
# NOTE(https://github.com/apache/beam/issues/29392): We can remove this
# once Beam increases the pyarrow lower bound to a version that fixes CVE.
- 'pyarrow-hotfix<1'
Expand Down
4 changes: 2 additions & 2 deletions recipe/0001-Relax-dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ index 7e6d2217d75..277fec1cf2f 100644
# segmentation fault at exit. Keep pyarrow<13 until this is resolved.
pyarrow_dependency = [
- 'pyarrow>=3.0.0,<12.0.0',
+ 'pyarrow>=3.0.0,<=14.0.1',
+ 'pyarrow>=3.0.0,<=15.0.1',
# NOTE: We can remove this once Beam increases the pyarrow lower bound
# to a version that fixes CVE.
- 'pyarrow-hotfix<1'
Expand All @@ -45,7 +45,7 @@ index 7e6d2217d75..277fec1cf2f 100644
else:
pyarrow_dependency = [
- 'pyarrow>=3.0.0,<15.0.0',
+ 'pyarrow>=3.0.0,<=14.0.1',
+ 'pyarrow>=3.0.0,<=15.0.1',
# NOTE(https://github.com/apache/beam/issues/29392): We can remove this
# once Beam increases the pyarrow lower bound to a version that fixes CVE.
- 'pyarrow-hotfix<1'
Expand Down

0 comments on commit 276c1ba

Please sign in to comment.