Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2025

Updates the requirements on maturin to permit the latest version.

Release notes

Sourced from maturin's releases.

v1.9.0

What's Changed

New Contributors

Full Changelog: PyO3/maturin@v1.8.7...v1.9.0

Changelog

Sourced from maturin's changelog.

[1.9.0]

  • Add full PEP 639 support for project.license and project.license-files in #2647.
  • Add --compatiblity pypi to only build wheels with platform tags that can also be uploaded to PyPI. This blocks e.g. building for riscv64, which is supported by manylinux, but not by PyPI.

[1.8.7]

  • Allow specifying compression method and level, in both build and develop modes, in #2625.
  • Fix Windows free-threaded builds on Python 3.14 in #2632

[1.8.6]

  • Print a message when overriding platform tag from _PYTHON_HOST_PLATFORM in #2594
  • Use the current python interpreter's version when the abi3 feature is set with no explicit version in #2597

[1.8.5]

  • Fix release CI build

[1.8.4]

  • Install a Rust toolchain into a temporary directory when building maturin itself or a package and a Rust toolchain is missing. Set MATURIN_NO_INSTALL_RUST to disable this behavior. #2421
  • Fix broken maturin develop with latest uv in #2584
  • Add PYO3_PYTHON env var support in #2534
  • Sort RECORD file in wheel archives to make them deterministic in #2550
  • Publish wheel for loongarch64 in #2548
  • Add --compression-level option to build command in #2572

[1.8.3]

  • Fix relocating shared library for namespace modules in #2513
  • Don't install dependencies when running maturin develop --skip-install in #2504
  • Use emcc.bat to query version on Windows in #2478
  • Bump the attest-build-provenance version in the generated ci file in #2484
  • Fix platform tag on Solaris/Illumos in #2483
  • Fix cargo run uniffi-bindgen when cross compiling in #2476

[1.8.2]

  • Exclude packages not in the dependency tree when finding bindings in #2426
  • Use uv automatically when running maturin develop inside uv-created virtualenv in #2433
  • Consider abi3 minor version when resolving Python interpreters in #2437
  • Handle archived dylibs on AIX in #2442
  • Fix unnecessary rebuilds due to pyo3 config file modified time change in #2446
  • Fix the name of the .data directory in the generated wheel in #2449
  • Update minimal manylinux version for loongarch64 in #2451

[1.8.1]

... (truncated)

Commits
  • 46dbaff Release v1.9.0 (#2657)
  • 2543958 Install python3.13t on Windows before building free-threaded wheels in genera...
  • 4e58964 Fix self bootstrap without Rust installed (#2653)
  • ea5adfc Add --compatibility pypi to avoid building for unsupported architectures (#...
  • cee86ff Don't go through Display for platform tag to policy (#2652)
  • a0ae4e8 Fix changelog entry for #2647
  • 3707717 Implement PEP 639 Support (#2647)
  • 800fb6a ZipWriter requires a compression level of None for the stored method (#...
  • e0c499f Fix clippy lints (#2648)
  • 1cbf263 Update pyproject-toml to 0.13.5 (#2645)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v0.14.0...v1.9.0)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2025
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants