Skip to content

Commit 5e6fac3

Browse files
committed
Bump PyArrow to 10 and apache-beam to 2.47
PiperOrigin-RevId: 542033132
1 parent 80561ba commit 5e6fac3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Bug Fixes and Other Changes
88

9+
* Depends on `pyarrow>=10,<11`.
10+
911
## Breaking Changes
1012

1113
## Deprecations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def select_constraint(default, nightly=None, git_master=None):
8383
default='>=1.13.1,<1.14.0',
8484
nightly='>=1.14.0.dev',
8585
git_master='@git+https://github.com/tensorflow/metadata@master'),
86-
'pyarrow>=6,<7',
86+
'pyarrow>=10,<11',
8787
],
8888
# Add in any packaged data.
8989
include_package_data=True,

0 commit comments

Comments
 (0)