Skip to content

Comments

Update maturin requirement from <1.12,>=0.13 to >=0.13,<1.13 in /tsar-py#77

Merged
brian14708 merged 1 commit intomainfrom
dependabot/pip/tsar-py/maturin-gte-0.13-and-lt-1.13
Feb 17, 2026
Merged

Update maturin requirement from <1.12,>=0.13 to >=0.13,<1.13 in /tsar-py#77
brian14708 merged 1 commit intomainfrom
dependabot/pip/tsar-py/maturin-gte-0.13-and-lt-1.13

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updates the requirements on maturin to permit the latest version.

Release notes

Sourced from maturin's releases.

v1.12.2

What's Changed

Full Changelog: PyO3/maturin@v1.12.1...v1.12.2

Changelog

Sourced from maturin's changelog.

1.12.2

  • Fix: allow absolute paths for --sbom-include (#3004)

1.12.1

  • Replace addnab/docker-run-action with direct docker run command
  • Add --sbom-include CLI argument for additional SBOM files (#2999)
  • Fix: resolve include patterns relative to python-source for sdist and wheel (#3000)
  • Feat: log external shared libraries and their dependents before patchelf
  • Feat: support including OUT_DIR assets in wheel builds (#3001)
  • Add test case for uniffi with multiple crates (#2839)

1.12.0

  • Use pypi compatibility validation for own CI (#2929)
  • Update toml crates for toml 1.1 support (#2934)
  • Use a single location for MSRV (#2936)
  • Fix editable install for binary projects with Python modules (#2938)
  • Release to crates.io only after the builds passed (#2939)
  • Use mymindstorm/setup-emsdk@v14 in generated GitHub Actions workflow (#2941)
  • Use trusted publishing for crates.io (#2943)
  • Filter linked_paths by KIND and linked_libs (#2949)
  • Update bytes to 1.11.1 (#2960)
  • Normalize wheel distribution names to match the PyPA spec (#2954)
  • Allow build loongarch64 and riscv64 for musllinux (#2963)
  • Strip excluded cargo targets in sdist (#2964)
  • Normalize wheel RECORD paths (on Windows) (#2965)
  • Bump MSRV to 1.88.0 (#2966)
  • Support MATURIN_STRIP env var and --strip true/false to override pyproject.toml (#2968)
  • Fix: copy bin artifacts before auditwheel repair to avoid rerun failures (#2969)
  • Fix: rewrite python-source in pyproject.toml when building sdist (#2972)
  • Fix: resolve wheel include patterns relative to project root (#2973)
  • Fix: always include workspace Cargo.toml in sdist (#2974)
  • Refactor: simplify source_distribution.rs (#2976)
  • Feat: support PEP 735 dependency groups in develop command (#2978)
  • Fix license file handling for workspace-level license files (#2970)
  • Support PEP 739 build-details.json when cross compiling (#2979)
  • Fix .libs directory name for namespace packages (#2981)
  • Fix: exclude duplicate python source files from sdist for workspace members (#2982)
  • Fix: remove default-members from workspace Cargo.toml in sdist (#2983)
  • Fix: correctly filter workspace members in sdist by directory path (#2984)
  • Feat: Add PEP 770 SBOM support (#2980)
  • Error when python-source is set but Python module is missing (#2986)
  • Feat: add auditwheel SBOM for grafted shared libraries (#2985)
  • Fix sdist duplicate README error when readme is in both Cargo.toml and pyproject.toml (#2987)
  • Fix: support python-source pointing outside Rust source directory (#2988)
  • Relax ziglang dependency version requirement (#2990)
  • Stop adding link-native-libraries flag by default in Emscripten platform in latest Rust (#2991)
  • Fix docker build github workflow

... (truncated)

Commits
  • adb2906 Release v1.12.2
  • 6473568 fix: allow absolute paths for --sbom-include (#3004)
  • e772489 Release v1.12.1
  • 0672082 add test case for uniffi with multiple crates (#2839)
  • f201566 feat: support including OUT_DIR assets in wheel builds (#3001)
  • 66b4869 feat: log external shared libraries and their dependents before patchelf
  • 8f8f9f7 fix: resolve include patterns relative to python-source for sdist and wheel (...
  • 1688a73 netlify: update mdbook to 0.5.2
  • aefe09d Add --sbom-include CLI argument for additional SBOM files (#2999)
  • 8a688ca Document SBOM support in user guide
  • 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 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.13.0...v1.12.2)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.12.2
  dependency-type: direct:development
...

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 Feb 16, 2026
@brian14708 brian14708 merged commit 3289cb7 into main Feb 17, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tsar-py/maturin-gte-0.13-and-lt-1.13 branch February 17, 2026 01:31
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.

1 participant