chore(deps): update maturin requirement from <2,>=1.13.1 to >=1.13.3,<2 in /docs#22127
Merged
Merged
Conversation
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@v1.13.1...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
comphead
approved these changes
May 12, 2026
gstvg
pushed a commit
to gstvg/arrow-datafusion
that referenced
this pull request
May 14, 2026
…<2 in /docs (apache#22127) Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/maturin/releases">maturin's releases</a>.</em></p> <blockquote> <h2>v1.13.3</h2> <h2>What's Changed</h2> <ul> <li>fix: disable abi3 in pyo3 config for version-specific fallback builds by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/PyO3/maturin/pull/3180">PyO3/maturin#3180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyO3/maturin/compare/v1.13.2...v1.13.3">https://github.com/PyO3/maturin/compare/v1.13.2...v1.13.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyO3/maturin/blob/main/Changelog.md">maturin's changelog</a>.</em></p> <blockquote> <h2>1.13.3</h2> <ul> <li>Fix: disable abi3 in pyo3 config for version-specific fallback builds (<a href="https://redirect.github.com/pyo3/maturin/pull/3180">#3180</a>)</li> </ul> <h2>1.13.2</h2> <ul> <li>Fix: resolve test failures in distro packaging environments (<a href="https://redirect.github.com/pyo3/maturin/pull/3129">#3129</a>)</li> <li>Fix: redirect tracing output to stderr to avoid breaking PEP 517 (<a href="https://redirect.github.com/pyo3/maturin/pull/3131">#3131</a>)</li> <li>Fix: skip interpreters with empty output for WSL2 cross-compile (<a href="https://redirect.github.com/pyo3/maturin/pull/3137">#3137</a>)</li> <li>Fix: set explicit lib_name in pyo3 config for Android abi3 cross-compilation (<a href="https://redirect.github.com/pyo3/maturin/pull/3130">#3130</a>)</li> <li>Chore: add sysconfig/cpython-freebsd-15.0-amd64.txt (<a href="https://redirect.github.com/pyo3/maturin/pull/3140">#3140</a>)</li> <li>Quote python-version in generated GitHub Actions workflow</li> <li>Update rustls-webpki</li> <li>Fix: two-phase bridge detection for conditional abi3 features (<a href="https://redirect.github.com/pyo3/maturin/pull/3144">#3144</a>)</li> <li>Update cargo-zigbuild to 0.22.2</li> <li>Update pyo3 to 0.28.3</li> <li>Treat pyo3 0.29.0+ as having Windows import lib support (raw-dylib) (<a href="https://redirect.github.com/pyo3/maturin/pull/3145">#3145</a>)</li> <li>Fix bin bindings with external shared library dependencies (<a href="https://redirect.github.com/pyo3/maturin/pull/3147">#3147</a>)</li> <li>Upgrade MSRV to 1.89.0 (<a href="https://redirect.github.com/pyo3/maturin/pull/3149">#3149</a>)</li> <li>Musllinux oci image (<a href="https://redirect.github.com/pyo3/maturin/pull/3152">#3152</a>)</li> <li>Remove Cirrus CI for FreeBSD (<a href="https://redirect.github.com/pyo3/maturin/pull/3156">#3156</a>)</li> <li>Perf: defer stage_artifact copy-back, finalize via rename when unpatched (<a href="https://redirect.github.com/pyo3/maturin/pull/3155">#3155</a>)</li> <li>Perf: eliminate stage_artifact double-copy, drop was_patched flag (<a href="https://redirect.github.com/pyo3/maturin/pull/3157">#3157</a>)</li> <li>Fix release pipeline (<a href="https://redirect.github.com/pyo3/maturin/pull/3158">#3158</a>)</li> <li>Auditwheel: copy unpatched cargo output back before in-place patching (<a href="https://redirect.github.com/pyo3/maturin/pull/3159">#3159</a>)</li> <li>Develop: fail loudly when pip leaves a stale <code>~</code> install behind (<a href="https://redirect.github.com/pyo3/maturin/issues/1922">#1922</a>) (<a href="https://redirect.github.com/pyo3/maturin/pull/3161">#3161</a>)</li> <li>Provide a link for the <code>lib.name</code> in Cargo.toml (<a href="https://redirect.github.com/pyo3/maturin/pull/3167">#3167</a>)</li> <li>Fix duplicated version in changelog (<a href="https://redirect.github.com/pyo3/maturin/pull/3171">#3171</a>)</li> <li>Switch to actions/attest from attest-build-provenance (<a href="https://redirect.github.com/pyo3/maturin/pull/3169">#3169</a>)</li> <li>Switch generation to actions/attest action, upgrade to v4 (<a href="https://redirect.github.com/pyo3/maturin/pull/3170">#3170</a>)</li> <li>Fix: avoid duplicate <code>--interpreter</code> panic in PEP 517 backend (<a href="https://redirect.github.com/pyo3/maturin/pull/3175">#3175</a>)</li> <li>Add trusted publishing options to <code>generate-ci</code> (<a href="https://redirect.github.com/pyo3/maturin/pull/3176">#3176</a>)</li> <li>Fix(sdist): handle symlinked <code>Cargo.toml</code> pointing outside project root (<a href="https://redirect.github.com/pyo3/maturin/pull/3178">#3178</a>)</li> <li>Stop install cffi for Python 3.8 in Dockerfile</li> <li>Fix: support pixi-managed virtualenvs in maturin develop (<a href="https://redirect.github.com/pyo3/maturin/pull/3165">#3165</a>)</li> <li>Support PEP 783 <code>pyemscripten_*_wasm32</code> wheel platform tag (<a href="https://redirect.github.com/pyo3/maturin/pull/3163">#3163</a>)</li> </ul> <h2>1.13.1</h2> <ul> <li>Fix: fall back to placeholder for abi3 when found interpreters are too old (<a href="https://redirect.github.com/pyo3/maturin/pull/3126">#3126</a>)</li> </ul> <h2>1.13.0</h2> <ul> <li>Refactor: unified interpreter resolution pipeline (<a href="https://redirect.github.com/pyo3/maturin/pull/3032">#3032</a>)</li> <li>Refactor: decompose large modules into focused submodules (<a href="https://redirect.github.com/pyo3/maturin/pull/3052">#3052</a>)</li> <li>Keep cargo build artifact at original path after staging (<a href="https://redirect.github.com/pyo3/maturin/pull/3054">#3054</a>)</li> <li>Fix <code>--strip</code> conflicting with <code>--include-debuginfo</code> in develop (<a href="https://redirect.github.com/pyo3/maturin/pull/3057">#3057</a>)</li> <li>Fix abi3 wheel producing version-specific tags for CPython below minimum (<a href="https://redirect.github.com/pyo3/maturin/pull/3061">#3061</a>)</li> <li>Generate-ci: use uv pip for pytest steps to fix local wheel preference (<a href="https://redirect.github.com/pyo3/maturin/pull/3063">#3063</a>)</li> <li>Update reflink-copy to 0.1.29 to fix sparc Linux builds</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/maturin/commit/1f7e7527f23b88a3a3a22be5dda927ca8fe32ea3"><code>1f7e752</code></a> Release v1.13.3 (<a href="https://redirect.github.com/pyo3/maturin/issues/3183">#3183</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/863c990a5a41f7951c577436378aeff109ea3f5a"><code>863c990</code></a> fix: disable abi3 in pyo3 config for version-specific fallback builds (<a href="https://redirect.github.com/pyo3/maturin/issues/3180">#3180</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/fd70e0dcee4780c4b927c1a647b73cac149377ba"><code>fd70e0d</code></a> Release v1.13.2</li> <li><a href="https://github.com/PyO3/maturin/commit/8058c01b5f60b2d33ea9350c153ea37edeb05e8f"><code>8058c01</code></a> Support PEP 783 <code>pyemscripten_*_wasm32</code> wheel platform tag (<a href="https://redirect.github.com/pyo3/maturin/issues/3163">#3163</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/211434c411e5f84c6ef34db2405da7c5235c246a"><code>211434c</code></a> fix: support pixi-managed virtualenvs in maturin develop (<a href="https://redirect.github.com/pyo3/maturin/issues/3165">#3165</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/8a5130d10f08590ea10fc9c3a9cdc728184704fb"><code>8a5130d</code></a> Stop install cffi for Python 3.8 in Dockerfile</li> <li><a href="https://github.com/PyO3/maturin/commit/4ac4d996a1abdc07112925c66a3feaf8be045efa"><code>4ac4d99</code></a> fix(sdist): handle symlinked <code>Cargo.toml</code> pointing outside project root (<a href="https://redirect.github.com/pyo3/maturin/issues/3178">#3178</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/dd54ac95b90ddba6ff1e8b913d73016958a06a9e"><code>dd54ac9</code></a> Add trusted publishing options to <code>generate-ci</code> (<a href="https://redirect.github.com/pyo3/maturin/issues/3176">#3176</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/e6d39af0c28a4962344957f232e7ae4730d1f84e"><code>e6d39af</code></a> fix: avoid duplicate <code>--interpreter</code> panic in PEP 517 backend (<a href="https://redirect.github.com/pyo3/maturin/issues/3175">#3175</a>)</li> <li><a href="https://github.com/PyO3/maturin/commit/02ad7b36dd9f8ab00b1a9a9a0792284643d94924"><code>02ad7b3</code></a> build(deps): bump openssl from 0.10.78 to 0.10.79 (<a href="https://redirect.github.com/pyo3/maturin/issues/3173">#3173</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/maturin/compare/v1.13.1...v1.13.3">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on maturin to permit the latest version.
Release notes
Sourced from maturin's releases.
Changelog
Sourced from maturin's changelog.
... (truncated)
Commits
1f7e752Release v1.13.3 (#3183)863c990fix: disable abi3 in pyo3 config for version-specific fallback builds (#3180)fd70e0dRelease v1.13.28058c01Support PEP 783pyemscripten_*_wasm32wheel platform tag (#3163)211434cfix: support pixi-managed virtualenvs in maturin develop (#3165)8a5130dStop install cffi for Python 3.8 in Dockerfile4ac4d99fix(sdist): handle symlinkedCargo.tomlpointing outside project root (#3178)dd54ac9Add trusted publishing options togenerate-ci(#3176)e6d39affix: avoid duplicate--interpreterpanic in PEP 517 backend (#3175)02ad7b3build(deps): bump openssl from 0.10.78 to 0.10.79 (#3173)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)