Skip to content

[Bot] Update dependencies#2734

Merged
joerick merged 2 commits intomainfrom
update-dependencies-pr
Mar 2, 2026
Merged

[Bot] Update dependencies#2734
joerick merged 2 commits intomainfrom
update-dependencies-pr

Conversation

@cibuildwheel-bot
Copy link
Contributor

@cibuildwheel-bot cibuildwheel-bot bot commented Feb 5, 2026

Update the versions of our dependencies.

PR generated by "Update dependencies" workflow.

@cibuildwheel-bot cibuildwheel-bot bot requested a review from hoodmane as a code owner February 5, 2026 23:03
@cibuildwheel-bot cibuildwheel-bot bot added CI: GraalPy Run the integration test suite with GraalPy included CI: PyPy Run the integration test suite with PyPy included dependencies Pull requests that update a dependency file labels Feb 5, 2026
@cibuildwheel-bot cibuildwheel-bot bot added dependencies Pull requests that update a dependency file CI: PyPy Run the integration test suite with PyPy included CI: GraalPy Run the integration test suite with GraalPy included labels Feb 5, 2026
@henryiii
Copy link
Contributor

henryiii commented Feb 5, 2026

This gets rid of typer, updates pip to 26, and bumps some Python versions.

@agriyakhetarpal
Copy link
Member

Yup; there's no typer in Pyodide build tools anymore as the migration has been completed. Much thanks to @ryanking13 and @teddygood!

@ryanking13
Copy link
Member

Yeeesss, finally! @evenharder

@joerick
Copy link
Contributor

joerick commented Feb 6, 2026

Peculiar error on windows (graalpy 3.11, build[uv])

Building wheel...
  × Failed to build
  │ `C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-1\popen-gw0\test_uv_0\project`
  ├─▶ The build backend returned an error
  ╰─▶ Call to `setuptools.build_meta:__legacy__.get_requires_for_build_wheel`
      failed: failed to open file
      `D:\a\_temp\setup-uv-cache\builds-v0\.tmpyfUt2T\get_requires_for_build_wheel.txt`:
      The system cannot find the file specified. (os error 2) (exit code: 0)
      hint: This usually indicates a problem with the package or the build
      environment.

Some kind of race condition? let's see if it happens again.

@henryiii henryiii force-pushed the update-dependencies-pr branch from 610d6c6 to 034c88f Compare February 6, 2026 20:36
@henryiii
Copy link
Contributor

henryiii commented Feb 6, 2026

test/test_0_basic.py::test[uv] and test/test_before_test.py::test[uv] both failed. Similar error. Don't think it's the GraalPy build? could be wrong, though.

I think this is only failing on the new uv backend, so it might be an issue with uv build on Windows? Asking in the astral discord server.

But so far I've only seen this failure here in this update PR, I think.

@joerick
Copy link
Contributor

joerick commented Feb 7, 2026

Yeah, they both failed in the graalpy build. Probably we're seeing it here first because graalpy is only tested in PRs with the GraalPy tag on Github. i'm guessing an incompatibility between uv and graalpy somewhere.

@mhsmith
Copy link
Member

mhsmith commented Feb 20, 2026

The "Update dependencies" workflow has been failing since February 16 with a 429 rate limiting error from python.org. I get the same error when running update_pythons.py locally.

@mhsmith
Copy link
Member

mhsmith commented Feb 21, 2026

The Android maturin failure is caused by PyO3/maturin#2992 (comment). If a fix for this isn't released soon, we may need to pin that test's build-system to an older version of maturin.

@mhsmith
Copy link
Member

mhsmith commented Mar 1, 2026

The Android failure was fixed a few days ago in maturin 1.12.4, so that has passed on a rerun. The Windows failure is still outstanding.

@joerick
Copy link
Contributor

joerick commented Mar 1, 2026

just merged a fix for the CDN rate limit error, let's try this again...

@cibuildwheel-bot cibuildwheel-bot bot force-pushed the update-dependencies-pr branch from 2b5585b to ced9028 Compare March 1, 2026 23:28
@cibuildwheel-bot cibuildwheel-bot bot force-pushed the update-dependencies-pr branch from ced9028 to c9e2711 Compare March 2, 2026 06:17
@joerick joerick mentioned this pull request Mar 2, 2026
@agriyakhetarpal
Copy link
Member

All green!

@joerick joerick merged commit 51fed90 into main Mar 2, 2026
43 checks passed
@joerick joerick deleted the update-dependencies-pr branch March 2, 2026 14:16
@joerick
Copy link
Contributor

joerick commented Mar 2, 2026

Phew!

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

Labels

CI: GraalPy Run the integration test suite with GraalPy included CI: PyPy Run the integration test suite with PyPy included dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants