chore(deps): update dependency pyarrow to v24#14095
chore(deps): update dependency pyarrow to v24#14095renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the pyarrow dependency to version 24.0.0 across several requirements.txt files. Review feedback indicates that pyarrow 24.0.0 is incompatible with Python 3.8, which will cause installation failures. Additionally, the environment markers used create a gap where pyarrow is not installed for Python 3.9. It is recommended to maintain version 17.0.0 for Python 3.8 and use version 24.0.0 for Python 3.9 and above.
| pyarrow==24.0.0; python_version <= '3.8' | ||
| pyarrow==24.0.0; python_version > '3.9' |
There was a problem hiding this comment.
pyarrow version 24.0.0 does not support Python 3.8 (support for Python 3.8 was dropped in version 17.0.0/18.0.0). Pinning this version for Python 3.8 will cause installation failures. Additionally, the environment marker > '3.9' creates a gap where pyarrow is not installed for Python 3.9. It is recommended to keep the previous version for Python 3.8 and use >= '3.9' for the updated version to ensure compatibility and full coverage across Python versions.
pyarrow==17.0.0; python_version <= '3.8'
pyarrow==24.0.0; python_version >= '3.9'
| pyarrow==24.0.0; python_version <= '3.8' | ||
| pyarrow==24.0.0; python_version > '3.9' |
There was a problem hiding this comment.
pyarrow version 24.0.0 does not support Python 3.8 (support for Python 3.8 was dropped in version 17.0.0/18.0.0). Pinning this version for Python 3.8 will cause installation failures. Additionally, the environment marker > '3.9' creates a gap where pyarrow is not installed for Python 3.9. It is recommended to keep the previous version for Python 3.8 and use >= '3.9' for the updated version to ensure compatibility and full coverage across Python versions.
pyarrow==17.0.0; python_version <= '3.8'
pyarrow==24.0.0; python_version >= '3.9'
This PR contains the following updates:
==21.0.0→==24.0.0==20.0.0→==24.0.0==17.0.0→==24.0.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.