Skip to content

chore(deps): bump wheel to 0.47.0#4860

Draft
mengw15 wants to merge 5 commits intoapache:mainfrom
mengw15:meng-upgrade-wheel
Draft

chore(deps): bump wheel to 0.47.0#4860
mengw15 wants to merge 5 commits intoapache:mainfrom
mengw15:meng-upgrade-wheel

Conversation

@mengw15
Copy link
Copy Markdown
Contributor

@mengw15 mengw15 commented May 3, 2026

What changes were proposed in this PR?

Refresh the wheel pin in amber/requirements.txt, which was a few minor versions behind.

- wheel==0.41.2                                                                                                           
+ wheel==0.47.0                    

Any related issues, documentation, discussions?

close #4859

How was this PR tested?

  1. Installed wheel==0.47.0 with requirements.txt in the local Python env
  2. CI pytest
  3. Ran a Python UDF workflow locally end-to-end

Was this PR authored or co-authored using generative AI tooling?

@github-actions github-actions Bot added engine dependencies Pull requests that update a dependency file labels May 3, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.15%. Comparing base (c533305) to head (2a9e4b4).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #4860   +/-   ##
=========================================
  Coverage     42.15%   42.15%           
  Complexity     2179     2179           
=========================================
  Files           980      980           
  Lines         36298    36298           
  Branches       3783     3783           
=========================================
  Hits          15303    15303           
  Misses        20066    20066           
  Partials        929      929           
Flag Coverage Δ
python 87.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mengw15 mengw15 requested a review from aglinxinyuan May 3, 2026 11:18
@mengw15
Copy link
Copy Markdown
Contributor Author

mengw15 commented May 3, 2026

it seems like wheel is not included in LICENSE-binary-python

@Yicong-Huang
Copy link
Copy Markdown
Contributor

0.47.0 is minor version upgrade. not major version. do we need to include wheel in our requirements.txt?

@Yicong-Huang
Copy link
Copy Markdown
Contributor

0.47.0 is minor version upgrade. not major version. do we need to include wheel in our requirements.txt?

@mengw15 ?

@mengw15
Copy link
Copy Markdown
Contributor Author

mengw15 commented May 4, 2026

0.47.0 is minor version upgrade. not major version. do we need to include wheel in our requirements.txt?

wheel has been in requirements.txt previously — I'm not sure why it was originally included. I can remove it and test to see if anything breaks. Converted this pr to Draft

@github-actions github-actions Bot added python and removed engine labels May 4, 2026
@mengw15 mengw15 marked this pull request as draft May 4, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade wheel to a more current version

4 participants