Skip to content

chore(deps): update dependency pyarrow to v24#14095

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/pyarrow-24.x
Open

chore(deps): update dependency pyarrow to v24#14095
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/pyarrow-24.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pyarrow ==21.0.0==24.0.0 age confidence
pyarrow ==20.0.0==24.0.0 age confidence
pyarrow ==17.0.0==24.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team and chalmerlowe as code owners April 21, 2026 11:36
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 21, 2026
@product-auto-label product-auto-label Bot added samples Issues that are directly related to samples. api: bigquery Issues related to the BigQuery API. api: bigquerystorage Issues related to the BigQuery Storage API. labels Apr 21, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 21, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +5 to +6
pyarrow==24.0.0; python_version <= '3.8'
pyarrow==24.0.0; python_version > '3.9'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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'

Comment on lines +8 to +9
pyarrow==24.0.0; python_version <= '3.8'
pyarrow==24.0.0; python_version > '3.9'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API. api: bigquerystorage Issues related to the BigQuery Storage API. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants