This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-3 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 533c548b64cc72a836942a539568486962c34953 Author: tvalentyn <[email protected]> AuthorDate: Wed Feb 8 13:39:06 2023 -0800 Add a note on increased lower bounds. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 297ec87bfcf..ba24711f841 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -113,6 +113,7 @@ `disable_runner_v2_until_2023`, `disable_prime_runner_v2` experiments will raise an error during pipeline construction. You can no longer specify the Dataflow worker jar override. Note that non-portable Java jobs and non-portable Python batch jobs are not impacted. ([#24515](https://github.com/apache/beam/issues/24515)). +* Beam now requires `pyarrow>=3` and `pandas>=1.4.3` since older versions are not compatible with `numpy==1.24.0`. ## Deprecations
