Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Updates the requirements on setuptools-rust to permit the latest version.

Release notes

Sourced from setuptools-rust's releases.

v1.12.0

Added

Changelog

Sourced from setuptools-rust's changelog.

1.12.0 (2025-08-29)

  • Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540

1.11.1 (2025-04-04)

Fixed

  • Fix finding cargo artifacts when filenames are empty. #521

1.11.0 (2025-03-14)

Packaging

  • Drop support for Python 3.8. #479
  • Support free-threaded Python. #502
  • Support adding custom env vars. #504

1.10.2 (2024-10-02)

Fixed

  • Fix deprecation warning from use of wheel.bdist_wheel.

1.10.1 (2024-08-04)

Fixed

  • Fix regression in 1.10.0 where editable builds would be built in release mode

1.10.0 (2024-08-03)

Packaging

  • Extend macOS build flags to iOS, tvOS and watchOS. #436
  • Support Python 3.13. #446

Changed

  • Add SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHON environment variable to use the base interpreter path when running inside a virtual environment to avoid recompilation when switching between virtual environments. #429
  • Delay import of dependencies until use to avoid import errors during a partially complete install when multiple packages are installing at once. #437
  • Deprecate --build-temp argument to build_rust command (it does nothing). #457

1.9.0 (2024-02-24)

Changed

  • Deprecate py_limited_api option to RustExtension in favour of always using "auto" to configure this from bdist_wheel. #410

1.8.1 (2023-10-30)

Fixed

  • Fix regression in install_extension crashing since 1.8.0. #380

1.8.0 (2023-10-26)

Packaging

  • Drop support for Python 3.7. #357
  • Remove direct imports from pkg_resources. #359

Added

  • Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable. #364

1.7.0 (2023-08-22)

Packaging

  • Remove direct imports from distutils. #336

... (truncated)

Commits
  • d92876b Set PYO3_BUILD_EXTENSION_MODULE env var when building pyo3 extension … (#540)
  • 9847bdf ci: fix cross (#542)
  • 432b473 ci: fix crossenv tests (#541)
  • 45919da build(deps): bump furo in /docs in the docs-dependencies group (#539)
  • 9b4db84 build(deps): bump pypa/cibuildwheel from 3.0.0 to 3.1.2 (#538)
  • 3fc41e1 build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0 (#537)
  • 72710c9 Update examples to use PyO3 0.25.1 (#536)
  • f21ef63 build(deps): bump uraimo/run-on-arch-action from 3.0.0 to 3.0.1 (#532)
  • 8e66518 build(deps): bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#531)
  • 7ed49d8 build(deps): bump the deps group across 5 directories with 1 update (#530)
  • 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 [setuptools-rust](https://github.com/PyO3/setuptools-rust) to permit the latest version.
- [Release notes](https://github.com/PyO3/setuptools-rust/releases)
- [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md)
- [Commits](PyO3/setuptools-rust@v0.5.1...v1.12.0)

---
updated-dependencies:
- dependency-name: setuptools-rust
  dependency-version: 1.12.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 Sep 2, 2025
@dbieber dbieber merged commit f2955a2 into main Oct 5, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/setuptools-rust-lte-1.12.0 branch October 5, 2025 20:19
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.

2 participants